Changeset 55459
- Timestamp:
- 03/03/2023 08:37:10 PM (23 months ago)
- Location:
- trunk
- Files:
-
- 15 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.gitignore
r55303 r55459 15 15 /tests/phpunit/data/.trac-ticket-cache* 16 16 /tests/qunit/compiled.html 17 /tests/performance/**/*.test.results.json 17 18 /src/.wp-tests-version 18 19 /node_modules -
trunk/package.json
r55440 r55459 177 177 "env:logs": "node ./tools/local-env/scripts/docker.js logs", 178 178 "env:pull": "node ./tools/local-env/scripts/docker.js pull", 179 "test:performance": "node ./tests/performance/run-tests.js", 179 180 "test:php": "node ./tools/local-env/scripts/docker.js run -T php composer update -W && node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit", 180 181 "test:e2e": "node ./tests/e2e/run-tests.js",
Note: See TracChangeset
for help on using the changeset viewer.