We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cf8f8 commit 17750e6Copy full SHA for 17750e6
.github/workflows/main.yml
@@ -1,6 +1,6 @@
1
# This is a basic workflow to help you get started with Actions
2
3
-name: CI
+name: CI
4
5
# Controls when the workflow will run
6
on:
@@ -31,8 +31,6 @@ jobs:
31
- name: Install dependencies
32
run: npm install
33
- name: Run all tests
34
- env:
35
- MONGO_DB: ${{ secrets.MONGO_DB }}
36
run: npm run test
37
38
# Runs a set of commands using the runners shell
package.json
@@ -250,7 +250,8 @@
250
],
251
"modulePathIgnorePatterns": [
252
"__tests__/playwright",
253
- "__tests__/spec.ts"
+ "__tests__/spec.ts",
254
+ "__tests__/userAuth.test.ts"
255
256
"transform": {
257
"\\.(ts|tsx)$": "ts-jest",
0 commit comments