Skip to content

Commit

Permalink
test(client-azure-client): test ESM
Browse files Browse the repository at this point in the history
instead of CJS
  • Loading branch information
jason-ha committed Jan 24, 2025
1 parent 472f93a commit 9e7c791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/service-clients/azure-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"start:tinylicious:test": "npx @fluidframework/azure-local-service > tinylicious.log 2>&1",
"test": "npm run test:realsvc",
"test:realsvc": "npm run test:realsvc:tinylicious",
"test:realsvc:local:run": "mocha --recursive \"dist/test/**/*.spec.*js\" --exit --timeout 10000",
"test:realsvc:local:run": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit --timeout 10000",
"test:realsvc:tinylicious": "start-server-and-test start:tinylicious:test 7070 test:realsvc:local:run",
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
"typetests:gen": "flub generate typetests --dir . -v",
Expand Down

0 comments on commit 9e7c791

Please sign in to comment.