Skip to content

Commit 5438044

Browse files
committed
chore: fix config name
1 parent a4ed642 commit 5438044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"test:all": "npm run test:src && npm run test:generated && npm run test:node && npm run test:types",
156156
"test:browser": "karma start test/browser-test-config/local-karma.js",
157157
"test:browserstack": "karma start test/browser-test-config/browserstack-karma.js",
158-
"test:lambdatest": "karma start test/browser-test-config/lt_karma.js",
158+
"test:lambdatest": "karma start test/browser-test-config/lambdatest-karma.js",
159159
"test:types": " tsc -p ./tsconfig.json && node --loader ts-node/esm ./test/typescript-tests/testTypes.ts",
160160
"coverage": "c8 --reporter=lcov --reporter=text-summary mocha test/unit-tests && echo \"\nDetailed coverage report is available at ./coverage/lcov-report/index.html\"",
161161
"prepublishOnly": "npm run test:all && npm run lint",

0 commit comments

Comments
 (0)