Skip to content

Commit

Permalink
Merge pull request #7 from UnofficialDathost/Development
Browse files Browse the repository at this point in the history
0.0.6 = Jest unit tests & enums
  • Loading branch information
WardPearce committed Jun 9, 2021
2 parents 0aa32c9 + dafe50c commit 4eeceba
Show file tree
Hide file tree
Showing 6 changed files with 5,770 additions and 1,452 deletions.
6 changes: 6 additions & 0 deletions jest.config.js
@@ -0,0 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
setupFilesAfterEnv: ['./jest.setup.ts'],
verbose: true
};
3 changes: 3 additions & 0 deletions jest.setup.ts
@@ -0,0 +1,3 @@
import { jest } from '@jest/globals'

jest.setTimeout(300000)

0 comments on commit 4eeceba

Please sign in to comment.