1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Merge pull request #7658 from Budibase/exclude-test-utils-from-build

Exclude test utils from server and worker builds
This commit is contained in:
Rory Powell 2022-09-06 11:29:23 +01:00 committed by GitHub
commit 9c02cde503
4 changed files with 3 additions and 3 deletions

View file

@ -21,6 +21,7 @@
},
"dependencies": {
"@budibase/types": "^1.3.10",
"@shopify/jest-koa-mocks": "5.0.1",
"@techpass/passport-openidconnect": "0.3.2",
"aws-sdk": "2.1030.0",
"bcrypt": "5.0.1",
@ -60,7 +61,6 @@
]
},
"devDependencies": {
"@shopify/jest-koa-mocks": "5.0.1",
"@types/jest": "27.5.1",
"@types/koa": "2.0.52",
"@types/lodash": "4.14.180",

View file

@ -20,8 +20,6 @@
"package.json"
],
"exclude": [
"scripts",
"tests",
"node_modules",
"dist",
"**/*.spec.ts",

View file

@ -19,6 +19,7 @@
"exclude": [
"node_modules",
"dist",
"src/tests",
"**/*.spec.ts",
"**/*.spec.js"
]

View file

@ -19,6 +19,7 @@
"exclude": [
"node_modules",
"dist",
"src/tests",
"**/*.spec.ts",
"**/*.spec.js"
]