Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move tests to root directories #2301

Merged
merged 27 commits into from
Jun 21, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
552878f
Move tests to root directories
Jun 14, 2022
86abe77
Fix test helper imports
Jun 14, 2022
1e112e3
chore(typescript): exclude tests from TS compilation
Jun 15, 2022
beef5d2
chore(typescript): added `tsconfig.build.json` to every package
Jun 15, 2022
a38c198
Add ts tests to babel ignore command
Jun 15, 2022
44aa243
Add separate babel build config that ignores test files
Jun 15, 2022
0e36e9b
Remove .d.ts ignore from babel build configuration and delete .test.d…
Jun 15, 2022
969b41d
Add eslint ignore comments for empty functions (this rule is not over…
Jun 15, 2022
9dd7777
Fix typecheck errors
Jun 15, 2022
862cd22
Remove separate test eslint config
Jun 15, 2022
c67eb5d
Move victory native tests
Jun 15, 2022
37195cb
Move victory vendor tests
Jun 15, 2022
8d65419
Remove tsconfig comments
Jun 15, 2022
8f6cd5c
Remove no-copy-ignored flag
Jun 16, 2022
a7bbb97
Add tests to npmignore files
Jun 16, 2022
9c5099b
Separate out copying .d.ts files, add watch support
ryan-roemer Jun 16, 2022
a4a3666
chore(build): simplified watch scripts to run for single packages
Jun 17, 2022
7c797ba
Merge pull request #2305 from FormidableLabs/chore/move-tests-moar-build
scottrippey Jun 17, 2022
e30ce85
Merge remote-tracking branch 'origin/main' into chore/move-tests
Jun 20, 2022
c48f051
chore(tests): fix lint
Jun 21, 2022
7ac2209
chore(tests): fix named imports
Jun 21, 2022
ae82992
chore(tests): don't transpile compiled code
Jun 21, 2022
f3fd02f
chore(build): refactored "watch" scripts, to be closer to their source
Jun 21, 2022
379b9c6
chore(build): ignore TypeScript errors during build
Jun 21, 2022
6668c41
Fix babel jest regex and remove relative imports
Jun 21, 2022
a3fec9a
Fix typecheck error
Jun 21, 2022
d5f6ec1
Update remaining relative imports
Jun 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove .d.ts ignore from babel build configuration and delete .test.d…
….ts files
  • Loading branch information
Becca Bailey committed Jun 15, 2022
commit 0e36e9b064e3641ac95fd95c10e40f191111ebfc
2 changes: 1 addition & 1 deletion .babelrc.build.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
extends: "./.babelrc.js",
ignore: ["**/*.d.ts", /^.*(.test.)[j|t]sx?$/]
ignore: [/^.*(.test.)[j|t]sx?$/]
};
1 change: 0 additions & 1 deletion packages/victory-line/src/curve.test.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/victory-pie/src/slice.test.d.ts

This file was deleted.