Skip to content

Commit

Permalink
feat(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbash committed May 26, 2022
1 parent addb692 commit d7ae432
Show file tree
Hide file tree
Showing 6 changed files with 2,399 additions and 2,639 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_modules
*.log
.vscode
.idea
dist
lib
compiled
.awcache
.rpt2_cache
Expand Down
1 change: 1 addition & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type Jest from '@jest/types';

const config: Jest.Config.InitialOptions = {
preset: "ts-jest",
moduleFileExtensions: ['js', 'ts'],
rootDir: 'src',
testRegex: '.*\\.spec\\.ts$',
Expand Down
Loading

0 comments on commit d7ae432

Please sign in to comment.