diff --git a/packages/block-editor/src/components/rich-text/test/index.perf-test.js b/packages/block-editor/src/components/rich-text/test/index.perf-native.js similarity index 100% rename from packages/block-editor/src/components/rich-text/test/index.perf-test.js rename to packages/block-editor/src/components/rich-text/test/index.perf-native.js diff --git a/packages/block-library/src/gallery/test/index.perf-test.js b/packages/block-library/src/gallery/test/index.perf-native.js similarity index 100% rename from packages/block-library/src/gallery/test/index.perf-test.js rename to packages/block-library/src/gallery/test/index.perf-native.js diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index cc8c841aba9d5..e08ed3f38ef8b 100644 --- a/packages/react-native-editor/package.json +++ b/packages/react-native-editor/package.json @@ -108,7 +108,7 @@ "test": "cross-env NODE_ENV=test jest --verbose --config ../../test/native/jest.config.js", "test:debug": "cross-env NODE_ENV=test node --inspect-brk ../../node_modules/.bin/jest --runInBand --verbose --config ../../test/native/jest.config.js", "test:update": "npm run test -- --updateSnapshot", - "test:perf": "cross-env NODE_ENV=test TEST_RUNNER_PATH=../../node_modules/.bin/jest TEST_RUNNER_ARGS='--runInBand --testMatch \"/**/*.perf-test.[jt]s?(x)\" --verbose --config ../../test/native/jest.config.js' reassure", + "test:perf": "cross-env NODE_ENV=test TEST_RUNNER_PATH=../../node_modules/.bin/jest TEST_RUNNER_ARGS='--runInBand --testMatch \"/**/*.perf-native.[jt]s?(x)\" --verbose --config ../../test/native/jest.config.js' reassure", "device-tests": "cross-env NODE_ENV=test jest --forceExit --detectOpenHandles --no-cache --maxWorkers=3 --testPathIgnorePatterns=@canary --verbose --config ./jest_ui.config.js", "device-tests-canary": "cross-env NODE_ENV=test jest --forceExit --detectOpenHandles --no-cache --maxWorkers=2 --testPathPattern=@canary --verbose --config ./jest_ui.config.js", "device-tests:local": "cross-env NODE_ENV=test jest --runInBand --detectOpenHandles --verbose --forceExit --config ./jest_ui.config.js",