Skip to content

Commit

Permalink
Chore: improve tests for writers
Browse files Browse the repository at this point in the history
Deduplicates tests across web/node variants and adds some cases.
  • Loading branch information
gordonmleigh committed Oct 5, 2024
1 parent d0a0c2d commit b2f21d8
Show file tree
Hide file tree
Showing 9 changed files with 1,115 additions and 1,222 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export default [

rules: {
"@typescript-eslint/no-floating-promises": "off", // `describe` and `it` return promises
"@typescript-eslint/no-non-null-asserted-optional-chain": "off", // easier for testing
"@typescript-eslint/no-non-null-assertion": "off", // easier for testing
"n/no-unsupported-features/node-builtins": "off", // so we can use node:test
"unicorn/no-abusive-eslint-disable": "off",
},
Expand Down
Loading

0 comments on commit b2f21d8

Please sign in to comment.