Skip to content

Commit

Permalink
Merge pull request #8 from Amphiluke/node-test-runner
Browse files Browse the repository at this point in the history
Use Node.js native test runner
  • Loading branch information
Amphiluke authored Jan 29, 2023
2 parents cb0f324 + 131154c commit 1451b16
Show file tree
Hide file tree
Showing 20 changed files with 748 additions and 3,641 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist/*
dist/*
rollup.config.mjs
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js v16
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm run build
Expand Down
4 changes: 0 additions & 4 deletions ava.config.mjs

This file was deleted.

2 changes: 0 additions & 2 deletions dist/potprox.js
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,4 @@ https://amphiluke.github.io/potprox/
exports.Rydberg = Rydberg;
exports.Varshni3 = Varshni3;

Object.defineProperty(exports, '__esModule', { value: true });

}));
2 changes: 1 addition & 1 deletion dist/potprox.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1451b16

Please sign in to comment.