Skip to content

Commit

Permalink
🧪 [Tests] Improve testing foundation with AudioContext mock (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi authored Feb 13, 2023
1 parent 5cf2d15 commit dc3dfe3
Show file tree
Hide file tree
Showing 21 changed files with 4,033 additions and 981 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-queens-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'earwurm': patch
---

Mock AudioContext for testing.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"project": "./tsconfig.json"
},
"rules": {
"no-console": "off",
"no-console": "warn",
"prettier/prettier": ["error"],
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/method-signature-style": "off",
Expand Down
Loading

0 comments on commit dc3dfe3

Please sign in to comment.