Commit 0f5e93a
committed
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.mved before they can be run1 parent 4068210 commit 0f5e93a
File tree
2 files changed
+10
-12
lines changed- packages/@aws-cdk-testing/cli-integ/resources
- projenrc
2 files changed
+10
-12
lines changedLines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 5 | | |
12 | 6 | | |
13 | 7 | | |
| |||
23 | 17 | | |
24 | 18 | | |
25 | 19 | | |
26 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
| 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