Skip to content

Commit d50bf92

Browse files
committed
(#279) Plugin e2e test
1 parent c1aee07 commit d50bf92

File tree

3 files changed

+10003
-0
lines changed

3 files changed

+10003
-0
lines changed

Diff for: e2e/plugin-test/jest.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
preset: "ts-jest",
3+
testEnvironment: "node",
4+
testPathIgnorePatterns: [
5+
"/node_modules/",
6+
"/dist/",
7+
],
8+
};

0 commit comments

Comments
 (0)