Skip to content

Commit b887ac1

Browse files
authored
Update package.json
1 parent 40ad045 commit b887ac1

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)