Skip to content

Commit

Permalink
test(core): refactor and add tests for the core package
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Jan 7, 2024
1 parent 15edddd commit 2045d47
Show file tree
Hide file tree
Showing 4 changed files with 658 additions and 350 deletions.
5 changes: 4 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"test:processMessage": "ts-mocha --exit ts/__tests__/ProcessMessage.test.ts",
"test:maciState": "ts-mocha --exit ts/__tests__/MaciState.test.ts",
"test:e2e": "ts-mocha --exit ts/__tests__/e2e.test.ts",
"test:unit": "ts-mocha --exit ts/__tests__/MaciState.test.ts",
"test:utils": "ts-mocha --exit ts/__tests__/utils.test.ts",
"test:poll": "ts-mocha --exit ts/__tests__/Poll.test.ts",
"test": "nyc ts-mocha --exit ts/__tests__/*.test.ts"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 2045d47

Please sign in to comment.