This repository was archived by the owner on Mar 5, 2022. It is now read-only.
Commit fd5ee62
Need to run transpile script before tests (#67)
Currently the https://github.com/cypress-io/cypress-test-example-repos fails because the only scripts it runs are `npm install` and `npm run test` - since the ts is not transpiled, this causes the `../../dist` to not be found in the `support/index.js` file.1 parent 124b08a commit fd5ee62
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments