Skip to content

Commit

Permalink
fix: tests errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailmogilnikov committed Jan 9, 2024
1 parent e2abee5 commit 8fbbb42
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
dist
dist
5 changes: 5 additions & 0 deletions __tests__/init.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
test('form exists', () => {
const form = document.querySelector('form');
console.log(form);
expect(form).not.toBeUndefined();
});
16 changes: 0 additions & 16 deletions __tests__/test.js

This file was deleted.

11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"@types/jest": "^29.5.11",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.3.1",
"babel-loader": "^9.1.2",
Expand Down
File renamed without changes.

0 comments on commit 8fbbb42

Please sign in to comment.