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
Bug, test error.
When running a single test, the test fails with syntax error. Running all tests passes without errors.
Pick a random adapter-test and run it:
gulp test --file test/spec/modules/admixerBidAdapter_spec.js
Test pass without errors.
9 04 2018 08:06:31.950:INFO [HeadlessChrome 65.0.3325 (Mac OS X 10.12.6)]: Connected on socket nJA7SbI4fnwQOMvcAAAA with id 86069351 HeadlessChrome 65.0.3325 (Mac OS X 10.12.6) ERROR { "message": "Uncaught SyntaxError: Unexpected token {\nat test/spec/modules/admixerBidAdapter_spec.js:1:8\n\nSyntaxError: Unexpected token {", "str": "Uncaught SyntaxError: Unexpected token {\nat test/spec/modules/admixerBidAdapter_spec.js:1:8\n\nSyntaxError: Unexpected token {" }
The text was updated successfully, but these errors were encountered:
Hi @nilsmagnus , This feature isn't supported yet. Please check #2176 for the same.
Sorry, something went wrong.
#2451 PR created here to remove single test commands
No branches or pull requests
Type of issue
Bug, test error.
Description
When running a single test, the test fails with syntax error. Running all tests passes without errors.
Steps to reproduce
Pick a random adapter-test and run it:
gulp test --file test/spec/modules/admixerBidAdapter_spec.js
Expected results
Test pass without errors.
Actual results
Platform details
The text was updated successfully, but these errors were encountered: