Commit f065877
fix(integ-tests): tests need to
For historical reasons of working with Jest 27 or lower, we needed to
`mv` the `integ-tests` out of an install directory where they would be
left by an `npm install`. The reason was that Jest 27 or lower would
always ignore all `node_modules` direcotries, and so could not be
configured to run tests from an install location.
Since we are on Jest 29, we can now lift this limitation with the right
configuration options. We can run the tests directly from the
`node_modules` directory and don't have to fiddle around with moving
files anymore.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
---------
Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>mved before they can be run (#439)1 parent fb027a2 commit f065877
File tree
3 files changed
+12
-16
lines changed- .github/workflows
- packages/@aws-cdk-testing/cli-integ/resources
- projenrc
3 files changed
+12
-16
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 6 | | |
13 | 7 | | |
14 | 8 | | |
| |||
24 | 18 | | |
25 | 19 | | |
26 | 20 | | |
27 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | 379 | | |
384 | 380 | | |
385 | 381 | | |
| |||
397 | 393 | | |
398 | 394 | | |
399 | 395 | | |
400 | | - | |
| 396 | + | |
401 | 397 | | |
402 | 398 | | |
403 | 399 | | |
| |||
0 commit comments