Skip to content

Commit

Permalink
Ensure correct coverage
Browse files Browse the repository at this point in the history
Lock node to version 10, as nyc doesn't work well with 12

See istanbuljs/nyc#1104
  • Loading branch information
mroderick committed Dec 7, 2019
1 parent 6ab0f88 commit 535406f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
10.17.0
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -40,6 +40,7 @@ This version is transpiled back to ES5
- [ ] Can this work without being called with `new`? If not, make sure it IS called with `new`
- [*] Set title attribute options, so that browsers can display the whole text, even when the pane is constrained
- [*] Use tab to select a value, when suggestions are open
- [ ] Run coverage reports in Node 10, as `nyc` doesn't work well in later nodes

Shout out to Lea Verou for her work on Awesomplete.

Expand Down

0 comments on commit 535406f

Please sign in to comment.