switched to yarn, and started adding tests

Added tests for process job service so far... its a start..
This commit is contained in:
iPromKnight
2024-02-08 12:46:36 +00:00
committed by iPromKnight
parent ed6b08dbc4
commit 4bc4b7958f
7 changed files with 1892 additions and 173 deletions

View File

@@ -31,6 +31,6 @@
"@jobs/*": ["lib/jobs/*"]
}
},
"include": ["src/**/*.ts"],
"include": ["src", "test"],
"exclude": ["node_modules"]
}