Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tstelzer committed May 8, 2024
1 parent b682984 commit 9ee40da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 79 deletions.
2 changes: 1 addition & 1 deletion workspace/prediction-testing-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build-esm": "tsc --build tsconfig.build.json",
"build-cjs": "babel build/esm --plugins @babel/transform-export-namespace-from --plugins @babel/transform-modules-commonjs --out-dir build/cjs --source-maps",
"build-annotate": "babel build --plugins annotate-pure-calls --out-dir build --source-maps",
"test": "vitest",
"test": "vitest run --passWithNoTests",
"clean": "rm -rf build dist .tsbuildinfo"
},
"devDependencies": {
Expand Down
77 changes: 0 additions & 77 deletions workspace/prediction-testing-cli/src/index.spec.ts

This file was deleted.

2 changes: 1 addition & 1 deletion workspace/prediction-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build-esm": "tsc --build tsconfig.build.json",
"build-cjs": "babel build/esm --plugins @babel/transform-export-namespace-from --plugins @babel/transform-modules-commonjs --out-dir build/cjs --source-maps",
"build-annotate": "babel build --plugins annotate-pure-calls --out-dir build --source-maps",
"test": "vitest",
"test": "vitest run --passWithNoTests",
"clean": "rm -rf build dist .tsbuildinfo"
},
"devDependencies": {
Expand Down

0 comments on commit 9ee40da

Please sign in to comment.