Skip to content

Commit eb903c1

Browse files
authored
chore: fix test:next script in package.json (#621)
1 parent 278bd1e commit eb903c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"format": "prettier --write .",
2020
"format:check": "prettier --check .",
2121
"phpcs": "./drupal/vendor/bin/phpcs -p -s --colors --standard=modules/next/phpcs.xml modules/next",
22-
"test:next": "./drupal/vendor/bin/phpunit -c ./drupal/web modules/next",
22+
"test:next": "SIMPLETEST_DB=sqlite://localhost/:memory: ./drupal/vendor/bin/phpunit -c ./drupal/web/core modules/next",
2323
"sync:modules": "./scripts/sync-modules.sh \"modules/*\"",
2424
"sync:examples": "./scripts/sync-examples.sh \"examples/example-*\"",
2525
"sync:starters": "./scripts/sync-starters.sh \"starters/*\"",

0 commit comments

Comments
 (0)