Skip to content

Commit

Permalink
introduce flaky lines, remove unnecessary functionality (#1)
Browse files Browse the repository at this point in the history
* feat: introduce flaky lines, remove unnecessary functionality

* fix: readme

* feat: clarify readme

* fix: pr comments

* fix: return code

* fix: pr comments

* fix: github actions
  • Loading branch information
nikitaevg authored Feb 17, 2024
1 parent 3f75758 commit a9fb265
Show file tree
Hide file tree
Showing 17 changed files with 413 additions and 1,644 deletions.
2 changes: 1 addition & 1 deletion .config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
moduleFileExtensions: ['js', 'ts'],
rootDir: '..',
testEnvironment: 'node',
testMatch: ['<rootDir>/src/**/*.test.ts'],
testMatch: ['<rootDir>/src/**/*.spec.ts'],
transform: {
'^.+\\.ts$': 'ts-jest',
},
Expand Down
12 changes: 0 additions & 12 deletions .github/codecov.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/scripts/log-examples.js

This file was deleted.

Loading

0 comments on commit a9fb265

Please sign in to comment.