Skip to content

Commit

Permalink
use date-fns
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 7, 2023
1 parent 42556ba commit 9ce8bf8
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 78 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- run: npm ci
- run: npm run test
env:
TZ: "Europe/Prague"

e2e:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ var path = require('path');
var grunt = require('grunt');
var makeConfig = require('./webpack.config.js');

process.env.TZ = "Europe/Prague";

module.exports = function(config) {
var webpackConfig = makeConfig(grunt);

Expand Down
Loading

0 comments on commit 9ce8bf8

Please sign in to comment.