There was an error fetching the commit references. Please try again later.
Starter code
parents
No related branches found
No related tags found
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "cse331-sec-levels", | ||
"version": "0.0.1", | ||
"description": "CSE 331 Levels Section", | ||
"main": "", | ||
"scripts": { | ||
"test": "ts-mocha -p tsconfig.json src/**/*_test.ts" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/assert": "^1.5.6", | ||
"@types/mocha": "^5.2.7", | ||
"assert": "^2.0.0", | ||
"mocha": "^10.1.0", | ||
"ts-loader": "^9.4.1", | ||
"ts-mocha": "^10.0.0", | ||
"typescript": "^4.8.4" | ||
} | ||
} |
src/funcs.ts
0 → 100644
src/funcs_test.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment