Skip to content

Commit 469e199

Browse files
update test struct
1 parent a6d4eba commit 469e199

60 files changed

Lines changed: 16 additions & 16 deletions

File tree

Some content is hidden

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

recipes/axios-to-whatwg-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"test": "node --run test:workflow && node --run test:remove-dependencies",
8-
"test:workflow": "npx codemod jssg test -l tsx ./src/workflow.ts ./",
8+
"test:workflow": "npx codemod jssg test -l tsx ./src/workflow.ts ./tests",
99
"test:remove-dependencies": "npx codemod jssg test -l json ./src/remove-dependencies.ts ./tests/remove-dependencies --allow-child-process --allow-fs --strictness cst"
1010
},
1111
"repository": {

recipes/axios-to-whatwg-fetch/tests/expected/component.tsx renamed to recipes/axios-to-whatwg-fetch/tests/component/expected.tsx

File renamed without changes.

recipes/axios-to-whatwg-fetch/tests/input/component.tsx renamed to recipes/axios-to-whatwg-fetch/tests/component/input.tsx

File renamed without changes.

recipes/axios-to-whatwg-fetch/tests/expected/delete-with-config.js renamed to recipes/axios-to-whatwg-fetch/tests/delete-with-config/expected.js

File renamed without changes.

recipes/axios-to-whatwg-fetch/tests/input/delete-with-config.js renamed to recipes/axios-to-whatwg-fetch/tests/delete-with-config/input.js

File renamed without changes.

recipes/axios-to-whatwg-fetch/tests/expected/delete.js renamed to recipes/axios-to-whatwg-fetch/tests/delete/expected.js

File renamed without changes.
File renamed without changes.

recipes/axios-to-whatwg-fetch/tests/expected/dynamic-import.js renamed to recipes/axios-to-whatwg-fetch/tests/dynamic-import/expected.js

File renamed without changes.

recipes/axios-to-whatwg-fetch/tests/input/dynamic-import.js renamed to recipes/axios-to-whatwg-fetch/tests/dynamic-import/input.js

File renamed without changes.

recipes/axios-to-whatwg-fetch/tests/expected/mixed-with-axios-request.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)