Skip to content

Commit

Permalink
Fix running tests locally (#1274)
Browse files Browse the repository at this point in the history
* Fix running tests locally

* Format
  • Loading branch information
Methuselah96 authored Sep 25, 2024
1 parent 244f346 commit 138dbb1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions attw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ignoreRules": [
"no-resolution",
"cjs-only-exports-default",
"unexpected-module-syntax",
"cjs-resolves-to-esm"
],
"failingPackages": []
}
3 changes: 3 additions & 0 deletions notNeededPackages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"packages": {}
}

0 comments on commit 138dbb1

Please sign in to comment.