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

@@ -67,5 +67,18 @@
"objectLiteralTypeAssertions": "never"
}
]
}
},
"overrides": [
{
"files": [
"*.test.ts"
],
"rules": {
"@typescript-eslint/consistent-type-assertions": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off"
}
}
]
}