Skip to content

Commit

Permalink
tests-jest | Converts tests to jest (#10)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
5 people authored Nov 5, 2021
1 parent 8151444 commit c167b96
Show file tree
Hide file tree
Showing 38 changed files with 4,760 additions and 17,690 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
node-version: '14.x'
- run: npm i
- run: npm run build
- run: npm run e2e
- run: npm run test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
dist
e2e_coverage
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ npm run dev
and restart typescript service inside `sample-project`. Files in `sample-project` folder should use a local plugin.
After you made changes to a plugin you should probably restart typescript service in order to reload the plugin.

### E2E tests
In order to run e2e tests run
### Tests
In order to run tests run

```bash
npm run build && npm run e2e
npm run test
```

## Contributing
Expand Down
35 changes: 0 additions & 35 deletions e2e/compile-time-tool-tests/compile-time-tool.spec.ts

This file was deleted.

33 changes: 0 additions & 33 deletions e2e/plugin-tests/it.ts

This file was deleted.

32 changes: 0 additions & 32 deletions e2e/plugin-tests/run.ts

This file was deleted.

24 changes: 0 additions & 24 deletions e2e/plugin-tests/tests/fileWithTsStrictNotOnPath.ts

This file was deleted.

24 changes: 0 additions & 24 deletions e2e/plugin-tests/tests/fileWithTsStrictOnPath.ts

This file was deleted.

22 changes: 0 additions & 22 deletions e2e/plugin-tests/tests/fileWithoutTsStrictNotOnPath.ts

This file was deleted.

23 changes: 0 additions & 23 deletions e2e/plugin-tests/tests/fileWithoutTsStrictOnPath.ts

This file was deleted.

86 changes: 0 additions & 86 deletions e2e/plugin-tests/tests/twoFilesCheckedAtTheSameTime.ts

This file was deleted.

Loading

0 comments on commit c167b96

Please sign in to comment.