Skip to content

Commit 8bf5c17

Browse files
committed
clean non-existing snapshots
1 parent 8fa6209 commit 8bf5c17

7 files changed

+1
-121
lines changed

tests/analysis_new_tests/tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "rescript",
77
"clean": "rescript clean -with-deps",
88
"test": "yarn build && vitest run test.js",
9-
"test:update": "vitest run -u test.js"
9+
"test:update": "rm test_files/__snapshots__/*.snap && vitest run -u test.js"
1010
},
1111
"dependencies": {
1212
"@rescript/react": "link:../../dependencies/rescript-react",

tests/analysis_new_tests/tests/test_files/__snapshots__/.gitkeep

Whitespace-only changes.

tests/analysis_new_tests/tests/test_files/__snapshots__/RecordFieldCompletions.res_Record field completion in nested record, another level.snap

-23
This file was deleted.

tests/analysis_new_tests/tests/test_files/__snapshots__/RecordFieldCompletions.res_Record field completion in nested record.snap

-23
This file was deleted.

tests/analysis_new_tests/tests/test_files/__snapshots__/SwitchCaseCompletions.res_Empty case, array.snap

-23
This file was deleted.

tests/analysis_new_tests/tests/test_files/__snapshots__/SwitchCaseCompletions.res_Empty case, bool.snap

-30
This file was deleted.

tests/analysis_new_tests/tests/test_files/__snapshots__/SwitchCaseCompletions.res_Empty case, record.snap

-21
This file was deleted.

0 commit comments

Comments
 (0)