Skip to content

Commit 19f8472

Browse files
committed
Try and fix tests
1 parent 011d1cc commit 19f8472

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Diff for: playgrounds/autocomplete/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"version": "0.0.0",
44
"private": true,
55
"description": "Javascript playground for autocomplete",
6-
"type": "module",
76
"scripts": {
8-
"predev": "node setup.js",
7+
"predev": "node setup.mjs",
98
"dev": "vite",
10-
"setup": "node setup.js",
9+
"setup": "node setup.mjs",
1110
"lint": "eslint --ext .jsx,.js .",
1211
"lint:fix": "eslint --ext .jsx,.js --fix .",
1312
"test:e2e": "concurrently --kill-others -s first \"yarn dev\" \"cypress run --env playground=local\"",
File renamed without changes.

Diff for: playgrounds/local-react/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"version": "0.0.0",
44
"private": true,
55
"description": "React playground for instant-meilisearch",
6-
"type": "module",
76
"scripts": {
8-
"predev": "node setup.js",
7+
"predev": "node setup.mjs",
98
"dev": "vite",
10-
"setup": "node setup.js",
9+
"setup": "node setup.mjs",
1110
"lint": "eslint --ext .jsx,.js .",
1211
"lint:fix": "eslint --ext .jsx,.js --fix .",
1312
"test:e2e": "concurrently --kill-others -s first \"yarn dev\" \"cypress run --env playground=local\"",
File renamed without changes.

0 commit comments

Comments
 (0)