Skip to content

Commit 625f91f

Browse files
Extract backend tests to their own package for sharing (#86)
1 parent 7e624b4 commit 625f91f

8 files changed

Lines changed: 1191 additions & 1166 deletions

File tree

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ export default defineConfig(
3434
},
3535
},
3636
{
37-
files: ["**/*.test.ts"],
37+
files: ["**/*.test.ts", "**/*.testsuite.ts"],
3838
rules: {
3939
"sonarjs/no-nested-functions": "off",
4040
},
4141
},
4242
{
4343
files: ["packages/openworkflow/core/**/*.ts"],
44-
ignores: ["**/*.test.ts"],
44+
ignores: ["**/*.test.ts", "**/*.testsuite.ts"],
4545
plugins: {
4646
// @ts-expect-error - eslint-plugin-functional types don't align with eslint's Plugin type
4747
functional,

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)