Skip to content

Commit

Permalink
chore: fix config name
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 13, 2024
1 parent a4ed642 commit 5438044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"test:all": "npm run test:src && npm run test:generated && npm run test:node && npm run test:types",
"test:browser": "karma start test/browser-test-config/local-karma.js",
"test:browserstack": "karma start test/browser-test-config/browserstack-karma.js",
"test:lambdatest": "karma start test/browser-test-config/lt_karma.js",
"test:lambdatest": "karma start test/browser-test-config/lambdatest-karma.js",
"test:types": " tsc -p ./tsconfig.json && node --loader ts-node/esm ./test/typescript-tests/testTypes.ts",
"coverage": "c8 --reporter=lcov --reporter=text-summary mocha test/unit-tests && echo \"\nDetailed coverage report is available at ./coverage/lcov-report/index.html\"",
"prepublishOnly": "npm run test:all && npm run lint",
Expand Down

0 comments on commit 5438044

Please sign in to comment.