Skip to content

Commit bab1715

Browse files
fix: Remove babel
fix: Simplify build process to happen just before publish fix: Remove multiple tsconfigs and test eslintrc, one is enough fix: Move all tests beside their files
1 parent 0c493f2 commit bab1715

File tree

104 files changed

+783
-124524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+783
-124524
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thanks for taking the time to contribute to brain.js. Follow these guidelines to
66

77
2. One feature per pull request. Each PR should have one focus, and all the code changes should be supporting that one feature or bug fix. Using a [separate branch](https://guides.github.com/introduction/flow/index.html) for each feature should help you manage developing multiple features at once.
88

9-
3. Add/update a test for the feature or fix, if possible. See the `__tests__` directory for existing tests. To run these tests:
9+
3. Add/update a test for the feature or fix, if possible. To run these tests:
1010

1111
```bash
1212
npm run test # run tests

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ test*.*
2020

2121
# webstorm
2222
.idea
23+
24+
# distribution
25+
dist

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ test/
2828
coverage/
2929
.github/
3030
.cache/
31-
__tests__
3231
__coverage__
3332
.cache
3433
.dist/

__tests__/.eslintrc.json

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

__tests__/activation/index.ts

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

__tests__/test-utils.ts

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

0 commit comments

Comments
 (0)