Skip to content

Commit

Permalink
Tests: added babel packages necessary for import/export in Mocha tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jszuminski committed Mar 19, 2024
1 parent 2f9b374 commit 2fa0586
Show file tree
Hide file tree
Showing 4 changed files with 2,398 additions and 67 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
2 changes: 1 addition & 1 deletion .github/workflows/eslint-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint Code Base
name: ESLint check

on: [ pull_request ]

Expand Down
Loading

0 comments on commit 2fa0586

Please sign in to comment.