We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, build assets are copied to ./dist/dist, in order to make tests work from Node.js, e.g. npm run test -- --grep "Sample code demonstration"
npm run test -- --grep "Sample code demonstration"
The build assets are copied to the nested folder as part of the build_commonjs script in package.json, and referenced from LibraryUtils.ts.
build_commonjs
This issue requests getting tests to work in Node.js without needing the ./dist/dist folder, and deleting this folder.
The text was updated successfully, but these errors were encountered:
Fixed by #260
Sorry, something went wrong.
No branches or pull requests
Currently, build assets are copied to ./dist/dist, in order to make tests work from Node.js, e.g.
npm run test -- --grep "Sample code demonstration"
The build assets are copied to the nested folder as part of the
build_commonjs
script in package.json, and referenced from LibraryUtils.ts.This issue requests getting tests to work in Node.js without needing the ./dist/dist folder, and deleting this folder.
The text was updated successfully, but these errors were encountered: