Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

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 authored 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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { jest } from '@jest/globals'

jest.setTimeout(300000)
Loading

0 comments on commit 4eeceba

Please sign in to comment.