From 1749b75ea24422d0971761781117dc41e2db9c0f Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Thu, 15 Oct 2020 20:38:38 +0100 Subject: [PATCH] Tidy --- README.md | 4 ++-- test/preset.coffee | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea79637..fd8654e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This will work on any `.`\[[`lit`]\][`coffee`]\[[`.md`]\] file in your `test`/`s Install ------- -Assuming you already have `npm` [setup] to work with GitHub Packages: +Assuming you already have `npm` [configured] to work with GitHub Packages: ~~~ sh npm config set @danielbayley:registry https://npm.pkg.github.com npm install @danielbayley/jest-preset-coffeescript --save-dev @@ -37,4 +37,4 @@ License [`coffee`]: test/index.coffee [`.md`]: test/index.coffee.md -[setup]: https://help.github.com/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages#authenticating-to-github-package-registry +[configured]: https://help.github.com/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages#authenticating-to-github-package-registry diff --git a/test/preset.coffee b/test/preset.coffee index f4e0a1a..c7ba371 100755 --- a/test/preset.coffee +++ b/test/preset.coffee @@ -1,4 +1,3 @@ -#! node_modules/.bin/jest --onlyChanged import {extname} from 'path' import {compile, FILE_EXTENSIONS} from 'coffeescript' import {defaults as exampleConfig} from 'jest-config'