Skip to content

Commit f0586ea

Browse files
authored
Merge pull request #25 from kevinbstack/patch-4
Update package.json
2 parents b3b2e1e + b887ac1 commit f0586ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"test": "npm run single && npm run local && npm run parallel && npm run mobile",
15-
"single": "node google_search.js",
15+
"single": "node single_test.js",
1616
"local": "node local_test_using_bindings.js",
1717
"parallel": "node parallel_test.js",
1818
"mobile": "node sample_test_on_iPhone.js && node sample_test_on_Pixel.js",

0 commit comments

Comments
 (0)