Skip to content

Commit c167b96

Browse files
kamkryKamil KrysiakKostkaBrukowaMortenGregersen
authored
tests-jest | Converts tests to jest (#10)
* tests-jest | Converts tests to jest * tests-jest | Type fixes * tests-jest | Fixes cli test * tests-jest | Fixes version downgrade * Update README.md Co-authored-by: Morten Bjerg Gregersen <[email protected]> * tests-jest | Bumps up jest timeout on one test Co-authored-by: Kamil Krysiak <[email protected]> Co-authored-by: Jarosław Glegoła <[email protected]> Co-authored-by: Morten Bjerg Gregersen <[email protected]> Co-authored-by: KostkaBrukowa <[email protected]>
1 parent 8151444 commit c167b96

38 files changed

+4760
-17690
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
node-version: '14.x'
1919
- run: npm i
2020
- run: npm run build
21-
- run: npm run e2e
21+
- run: npm run test

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
22
dist
3-
e2e_coverage

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ npm run dev
163163
and restart typescript service inside `sample-project`. Files in `sample-project` folder should use a local plugin.
164164
After you made changes to a plugin you should probably restart typescript service in order to reload the plugin.
165165

166-
### E2E tests
167-
In order to run e2e tests run
166+
### Tests
167+
In order to run tests run
168168

169169
```bash
170-
npm run build && npm run e2e
170+
npm run test
171171
```
172172

173173
## Contributing

e2e/compile-time-tool-tests/compile-time-tool.spec.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

e2e/plugin-tests/it.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

e2e/plugin-tests/run.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

e2e/plugin-tests/tests/fileWithTsStrictNotOnPath.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

e2e/plugin-tests/tests/fileWithTsStrictOnPath.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

e2e/plugin-tests/tests/fileWithoutTsStrictNotOnPath.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

e2e/plugin-tests/tests/fileWithoutTsStrictOnPath.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)