Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Dec 14, 2024
1 parent b60581e commit 05b8540
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 124 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ module.exports = {
'**/__tests__/**',
'webpack.config.js',
'**/tests/**',
'test.config.js',
'vitest.config.mts',
'setup-files.ts',
],
Expand Down
54 changes: 0 additions & 54 deletions jest.config.base.js

This file was deleted.

12 changes: 0 additions & 12 deletions resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@

## Scripts invoked via `npm` and `yarn run`

### `buildFlow.js`

For each `.js` file under `src`, creates a corresponding `.js.flow` file under
`dist`; these files are included in the published NPM packages, so that
codebases can consume the Flow types. This script is invoked via
`yarn run build-flow` (and also `yarn run build`).

### `buildJs.js`

Compiles `.js` files under `src` using Babel, writing the output to `dist`. This
script is invoked via `yarn run build-js` (and also `yarn run build`).

### `pretty.js`

Prettifies the code base, or tests that it is already prettified. This script is
Expand Down
14 changes: 0 additions & 14 deletions resources/jestBabelTransform.js

This file was deleted.

18 changes: 0 additions & 18 deletions resources/runTests.js

This file was deleted.

25 changes: 0 additions & 25 deletions resources/test.config.js

This file was deleted.

0 comments on commit 05b8540

Please sign in to comment.