From a393ebd7889f11c1b00a7da83672ebc47782a764 Mon Sep 17 00:00:00 2001 From: Dratwas Date: Mon, 3 Aug 2020 15:24:45 +0200 Subject: [PATCH] remove canary patern just for test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 989ef36fbf..3fd14acdfe 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "test": "cross-env NODE_ENV=test jest --verbose --config ./jest.config.js", "test:debug": "cross-env NODE_ENV=test node --inspect-brk node_modules/.bin/jest --runInBand --verbose --config jest.config.js", "device-tests": "cross-env NODE_ENV=test jest --no-cache --maxWorkers=3 --reporters=default --reporters=jest-junit --verbose --config jest_ui.config.js", - "device-tests-canary": "cross-env NODE_ENV=test jest --no-cache --maxWorkers=2 --testNamePattern=@canary --reporters=default --reporters=jest-junit --verbose --config jest_ui.config.js", + "device-tests-canary": "cross-env NODE_ENV=test jest --no-cache --maxWorkers=2 --reporters=default --reporters=jest-junit --verbose --config jest_ui.config.js", "device-tests:local": "cross-env NODE_ENV=test jest --runInBand --reporters=default --reporters=jest-junit --detectOpenHandles --verbose --config jest_ui.config.js", "device-tests:debug": "cross-env NODE_ENV=test node $NODE_DEBUG_OPTION --inspect-brk node_modules/jest/bin/jest --runInBand --reporters=default --reporters=jest-junit --detectOpenHandles --verbose --config jest_ui.config.js", "test:e2e:bundle:android": "mkdir -p gutenberg/packages/react-native-editor/android/app/src/main/assets && npm run rn-bundle -- --reset-cache --platform android --dev false --minify false --entry-file index.js --bundle-output gutenberg/packages/react-native-editor/android/app/src/main/assets/index.android.bundle --assets-dest gutenberg/packages/react-native-editor/android/app/src/main/res",