Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayley committed Oct 15, 2020
1 parent 07038d6 commit 1749b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
1 change: 0 additions & 1 deletion test/preset.coffee
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 1749b75

Please sign in to comment.