Skip to content

Commit a62afdf

Browse files
authored
Merge pull request #244 from SSShooter/v4.0.0
Prepare for V4.0.0 release
2 parents fcbc560 + c474035 commit a62afdf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+3799
-2196
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dist
22
src/__tests__
3-
index.html
3+
index.html
4+
test.html

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ yarn-error.log*
2323
*.sw?
2424

2525
.eslintcache
26+
/test-results/
27+
/playwright-report/
28+
/blob-report/
29+
/playwright/.cache/

.husky/pre-push

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npm run test

__mocks__/styleMock.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)