Skip to content

Commit

Permalink
fix: drop jest (3/4): make tests discoverable by node --test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer committed Apr 22, 2024
1 parent ea9f64e commit 0cd0d22
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 231 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ indent_size = 2
indent_style = space
insert_final_newline = true

[src/__tests__/fixtures/crlf-newlines.html]
[src/test/fixtures/crlf-newlines.html]
end_of_line = crlf
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# ignore test fixtures
src/__tests__/fixtures/* -text
src/test/fixtures/* -text
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/src/__tests__/fixtures
/src/test/fixtures
228 changes: 0 additions & 228 deletions src/__tests__/__snapshots__/extract.js.snap

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0cd0d22

Please sign in to comment.