# gitignore
node_modules

# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock

# Coverage
coverage
.nyc_output

.github/workflows

./test-core-js.js
