Commit 042e4da
authored
chore: add missing integration test prerequisite (#361)
* chore: run build step before `npm run test`
The integration tests require the source to have been built.
The e2e tests do as well, but are already running this in a different way.
There isn't much of a clean separation of the test config by test type, so I decided to keep it
simple by just adding it as a step on a full `npm run test` run. Technically you could still pull
down this repo and start running `vitest` and run into this, but that seems rare enough and I'll
document this prerequisite in my next commit.
* docs(readme): mention prereq for integration tests
See previous commit. Ideally we'd fully automate this but it may not be worth the trouble at the
moment.1 parent 96f8fe7 commit 042e4da
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments