We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278bd1e commit eb903c1Copy full SHA for eb903c1
package.json
@@ -19,7 +19,7 @@
19
"format": "prettier --write .",
20
"format:check": "prettier --check .",
21
"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",
+ "test:next": "SIMPLETEST_DB=sqlite://localhost/:memory: ./drupal/vendor/bin/phpunit -c ./drupal/web/core modules/next",
23
"sync:modules": "./scripts/sync-modules.sh \"modules/*\"",
24
"sync:examples": "./scripts/sync-examples.sh \"examples/example-*\"",
25
"sync:starters": "./scripts/sync-starters.sh \"starters/*\"",
0 commit comments