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

Commit

Permalink
Fixed promise handling
Browse files Browse the repository at this point in the history
  • Loading branch information
WardPearce committed Jun 9, 2021
1 parent 120385d commit dafe50c
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 259 deletions.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
setupFilesAfterEnv: ['./jest.setup.ts']
setupFilesAfterEnv: ['./jest.setup.ts'],
verbose: true
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"src"
],
"scripts": {
"test": "jest --forceExit",
"test": "jest",
"lint": "eslint src/** --ext .js,.jsx,.ts,.tsx",
"build": "esbuild ./src/ --bundle --outfile=dist/dathost.js --minify --sourcemap",
"docs": "npx typedoc --out docs src --theme node_modules/eledoc/bin/default/ --exclude src/test/*.test.ts --readme DOCSINTRO.md"
Expand Down
Loading

0 comments on commit dafe50c

Please sign in to comment.