Skip to content

Commit 01923da

Browse files
authored
Support for subfolders in /tests/* (#1334)
* Move 'ROOT/tests/resources' folder to 'ROOT/resources' * Fixes after rebase * Update .prettierignore * Move build folder's resources location and update paths * Update lint ignores * Fixes after rebase * Update prettierignore and reinstall deps * Update eslint.config.mjs * Move current folders in tests/ to tests/apg/ * Continue running npm run create-all-tests * Similar structure in build folder * Share build logic for v1 * Fix review pages to use subfolder if found * Fix tests * Support allowing a '--target' flag for which tests subfolder to place the cloned content in * Fix paths in built files * Fix tests
1 parent b902140 commit 01923da

File tree

1,117 files changed

+1204
-35899
lines changed

Some content is hidden

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

1,117 files changed

+1204
-35899
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
tests/resources/keys.mjs
1+
resources/keys.mjs
22

33
tests/**/reference/**/*
44
build/tests/**/*
5+
build/resources/**/*
56

67
__test__/__mocks__/tests/**/reference/**/*
78
__test__/build/tests/**/*

0 commit comments

Comments
 (0)