Skip to content

Commit

Permalink
Fix test running
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Oct 21, 2024
1 parent ee68096 commit 9f2fb22
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test && npm run test:typescript
- run: npm test
env:
CI: true
2 changes: 1 addition & 1 deletion build/ireal-musicxml.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ var package_default = {
"build:esm": "esbuild src/lib/index.js --bundle --format=esm --sourcemap --outfile=build/ireal-musicxml.js",
"build:cjs": "esbuild src/lib/index.js --bundle --platform=node --packages=external --outfile=build/ireal-musicxml.cjs",
test: "npm run test:lint && npm run test:spec && npm run test:ts",
"test:spec": "node --test",
"test:spec": 'node --test --test-name-pattern="${TEST:-.*}"',
"test:ts": "npm run build && node --test --loader=ts-node/esm --require ts-node/register test/**/*.spec.ts",
"test:lint": "eslint src --fix"
},
Expand Down
2 changes: 1 addition & 1 deletion build/ireal-musicxml.js

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

Loading

0 comments on commit 9f2fb22

Please sign in to comment.