Skip to content

Commit fa86e8c

Browse files
committed
chore: migration to npm
1 parent e40928f commit fa86e8c

File tree

38 files changed

+32833
-17462
lines changed

38 files changed

+32833
-17462
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ typings/
5757
# Output of 'npm pack'
5858
*.tgz
5959

60+
# npm files
61+
!package-lock.json
62+
6063
# Yarn Integrity file
6164
.yarn-integrity
6265

config/jest.setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// eslint-disable-next-line no-unused-vars
2-
import '@testing-library/jest-dom/extend-expect';
2+
import '@testing-library/jest-dom';
33

44
Element.prototype.scrollTo = () => {};
55

0 commit comments

Comments
 (0)