We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3b2e1e + b887ac1 commit f0586eaCopy full SHA for f0586ea
package.json
@@ -12,7 +12,7 @@
12
},
13
"scripts": {
14
"test": "npm run single && npm run local && npm run parallel && npm run mobile",
15
- "single": "node google_search.js",
+ "single": "node single_test.js",
16
"local": "node local_test_using_bindings.js",
17
"parallel": "node parallel_test.js",
18
"mobile": "node sample_test_on_iPhone.js && node sample_test_on_Pixel.js",
0 commit comments