File tree

6 files changed

+5
-26
lines changed

6 files changed

+5
-26
lines changed
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "The official Angular library for Firebase.",
55
"private": true,
66
"scripts": {
7-
"test": "npm run build:jasmine && npm run test:node",
7+
"test": "npm run build:jasmine && npm run test:node && npm run test:chrome-headless",
88
"test:watch": "firebase emulators:exec --project=angularfire2-test \"ng test --watch=true --browsers=Chrome\"",
99
"test:chrome": "firebase emulators:exec --project=angularfire2-test \"ng test --watch=false --browsers=Chrome\"",
1010
"test:chrome-headless": "firebase emulators:exec --project=angularfire2-test \"ng test --watch=false --browsers=ChromeHeadless\"",
1111
"lint": "ng lint",
12-
"test:node": "firebase emulators:exec --project=angularfire2-test \"node -r tsconfig-paths/register ./tools/jasmine.js\"",
12+
"test:node": "node -r tsconfig-paths/register ./tools/jasmine.js",
1313
"test:typings": "node ./tools/run-typings-test.js",
1414
"test:build": "bash ./test/ng-build/build.sh",
1515
"test:all": "npm run test:node && npm run test:chrome-headless && npm run test:typings && npm run test:build",
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@angular/fire/compat/messaging": ["dist/packages-dist/compat/messaging"],
4242
"@angular/fire/compat/performance": ["dist/packages-dist/compat/performance"],
4343
"@angular/fire/compat/remote-config": ["dist/packages-dist/compat/remote-config"],
44-
"@angular/fire/compat/storage": ["dist/packages-dist/compat/storage"],
44+
"@angular/fire/compat/storage": ["dist/packages-dist/compat/storage"]
4545
}
4646
}
4747
}
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
},
1414
"include": [
1515
"src/**/*.jasmine.ts",
16-
"src/**/*.spec.ts",
1716
"src/**/*.d.ts",
1817
"node_modules/zone.js/dist/zone.js.d.ts"
1918
]
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"exclude": [
2727
"src/test.ts",
28+
"src/**/*.jasmine.ts",
2829
"src/**/*.spec.ts"
2930
]
3031
}
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"src/test.ts"
1212
],
1313
"include": [
14-
"src/root.spec.ts",
14+
"src/**/*.spec.ts",
1515
"src/**/*.d.ts",
1616
"node_modules/zone.js/dist/zone.js.d.ts"
1717
]

0 commit comments

Comments
 (0)