We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04a74a commit 204acfbCopy full SHA for 204acfb
packages/optimizely-sdk/package.json
@@ -7,6 +7,7 @@
7
"react-native": "lib/index.react_native.js",
8
"typings": "lib/index.d.ts",
9
"scripts": {
10
+ "noop": "echo noop",
11
"test": "mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js --recursive --exit --require lib/tests/exit_on_unhandled_rejection.js",
12
"test-xbrowser": "karma start karma.bs.conf.js --single-run",
13
"test-umdbrowser": "npm run build-browser-umd && karma start karma.umd.conf.js --single-run",
0 commit comments