Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

Commit 53d0ef1

Browse files
committed
הסרת קובץ test.js עד להוספת טסטים אמיתיים
1 parent f80dae8 commit 53d0ef1

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules
22
temp
33
config.json
4-
test.js
54
.vscode
65
public

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"start": "node app.js",
88
"dev": "cross-env NODE_ENV=development nodemon app.js",
99
"configure": "node setup.js",
10-
"lint": "eslint . --fix --ext .js,.cjs,.mjs --ignore-path .gitignore",
11-
"test": "node test.js"
10+
"lint": "eslint . --fix --ext .js,.cjs,.mjs --ignore-path .gitignore"
1211
},
1312
"author": "ShlomoCode",
1413
"license": "UNLICENSED",
@@ -59,4 +58,4 @@
5958
"@controllers": "./src/controllers",
6059
"@routes": "./src/routes"
6160
}
62-
}
61+
}

0 commit comments

Comments
 (0)