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 e4db2c4 commit a676980Copy full SHA for a676980
package.json
@@ -0,0 +1,15 @@
1
+{
2
+ "name": "module-structuring-and-testing-data",
3
+ "version": "1.0.0",
4
+ "description": "Like learning a musical instrument, programming requires daily practice.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "jest"
8
+ },
9
+ "keywords": [],
10
+ "author": "Code Your Future",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "jest": "^29.7.0"
14
+ }
15
+}
0 commit comments