Skip to content

Commit

Permalink
test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy committed Jan 9, 2024
1 parent 015eca8 commit fcd7f7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
1 change: 1 addition & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"prettier:write": "prettier --write .",
"type:check": "pnpm run -r type:check",
"lint": "eslint . --ext .ts",
"test": "./node_modules/jest/bin/jest.js",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm run -r prebuild && pnpm run -r build && pnpm publish -r --access public"
},
Expand Down

0 comments on commit fcd7f7c

Please sign in to comment.