Skip to content

Commit

Permalink
chore(fetch-http-handler): defined tsconfig.test.json
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 6, 2022
1 parent 0a18f7d commit 44eb5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fetch-http-handler/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ const base = require("../../jest.config.base.js");
module.exports = {
...base,
testEnvironment: "jsdom",
testPathIgnorePatterns: ["/node_modules/", "(.*).browser.spec.js"],
};
3 changes: 3 additions & 0 deletions packages/fetch-http-handler/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../../tsconfig.test.json"
}

0 comments on commit 44eb5d6

Please sign in to comment.