From b586672fb30d2c13d86ec4f431fef6cfaf2dca35 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Tue, 6 Feb 2024 01:24:15 +0000 Subject: [PATCH] test: more tests --- examples/expo-example/package.json | 3 ++- package.json | 1 + packages/react-native/package.json | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/expo-example/package.json b/examples/expo-example/package.json index c0aa5300d7..b4635691af 100644 --- a/examples/expo-example/package.json +++ b/examples/expo-example/package.json @@ -17,7 +17,8 @@ "format": "prettier --write .", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "check": "tsc --noEmit", - "test": "jest" + "test": "jest", + "test:ci": "jest --runInBand" }, "dependencies": { "@expo/metro-runtime": "^3.1.1", diff --git a/package.json b/package.json index 34e8a7c006..1df87b5164 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "publish:alpha": "yarn lerna publish from-git --dist-tag alpha", "publish:latest": "yarn lerna publish from-git --dist-tag latest", "publish:next": "yarn lerna publish from-git --dist-tag next", + "test:ci": "lerna run test:ci", "test": "lerna run test", "check-mismatched-deps": "ts-node ./check-matching-deps.ts" }, diff --git a/packages/react-native/package.json b/packages/react-native/package.json index d8c66084f2..3288de1b63 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -34,7 +34,8 @@ "scripts": { "dev": "ts-node ./buildscripts/gentsdev.ts && tsup --watch", "prepare": "rm -rf dist/ && tsup", - "test": "jest" + "test": "jest", + "test:ci": "jest" }, "jest": { "modulePathIgnorePatterns": [