Skip to content

Commit

Permalink
chore: test type
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Oct 28, 2024
1 parent f54fabe commit 015b6b5
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 96 deletions.
17 changes: 0 additions & 17 deletions example/native-method/react-native/__tests__/App.test.tsx

This file was deleted.

3 changes: 2 additions & 1 deletion example/native-method/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
"test": "jest",
"test:type": "tsc --noEmit"
},
"dependencies": {
"@rnx-kit/metro-config": "^1.3.9",
Expand Down
3 changes: 2 additions & 1 deletion example/native-method/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"test:type": "tsc --noEmit"
},
"dependencies": {
"@webview-bridge/web": "1.7.1",
Expand Down
3 changes: 2 additions & 1 deletion example/native-method/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"test:type": "tsc --noEmit"
},
"dependencies": {
"@webview-bridge/web": "1.7.1"
Expand Down
17 changes: 0 additions & 17 deletions example/post-message/react-native/__tests__/App.test.tsx

This file was deleted.

3 changes: 2 additions & 1 deletion example/post-message/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
"test": "jest",
"test:type": "tsc --noEmit"
},
"dependencies": {
"@rnx-kit/metro-config": "^1.3.9",
Expand Down
3 changes: 2 additions & 1 deletion example/post-message/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"test:type": "tsc --noEmit"
},
"dependencies": {
"react": "^18.3.1",
Expand Down
17 changes: 0 additions & 17 deletions example/react-navigation/react-native/__tests__/App.test.tsx

This file was deleted.

3 changes: 2 additions & 1 deletion example/react-navigation/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
"test": "jest",
"test:type": "tsc --noEmit"
},
"dependencies": {
"@react-navigation/native": "^6.1.18",
Expand Down
3 changes: 2 additions & 1 deletion example/react-navigation/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"test:type": "tsc --noEmit"
},
"dependencies": {
"react": "^18.3.1",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
"test": "jest",
"test:type": "tsc --noEmit"
},
"dependencies": {
"@rnx-kit/metro-config": "^1.3.9",
Expand Down
3 changes: 2 additions & 1 deletion example/shared-state-integration-react/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"test:type": "tsc --noEmit"
},
"dependencies": {
"@webview-bridge/react": "1.7.1",
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
"test": "jest",
"test:type": "tsc --noEmit"
},
"dependencies": {
"@rnx-kit/metro-config": "^1.3.9",
Expand Down
3 changes: 2 additions & 1 deletion example/shared-state-integration-vue/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
"preview": "vite preview",
"test:type": "tsc --noEmit"
},
"dependencies": {
"@webview-bridge/web": "1.7.1",
Expand Down

0 comments on commit 015b6b5

Please sign in to comment.