Skip to content

Commit

Permalink
chore: Fix test run
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 9, 2024
1 parent a5c9649 commit 3c07eba
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"build": "run-p build:*",
"build:js": "./esbuild/build.mjs",
"build:declarations": "tsc --emitDeclarationOnly --outDir ./build -p tsconfig.publish.json",
"test": "cd tests && npm ci && jest",
"test": "cd tests && npm ci && npm test",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build",
"lint": "lint update && lint",
Expand Down
186 changes: 182 additions & 4 deletions tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-serializer-html": "^7.1.0",
"ts-dedent": "^2.2.0",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
},
"dependencies": {
"jest-serializer-html": "^7.1.0"
}
}

0 comments on commit 3c07eba

Please sign in to comment.