From 535406f33a7d87036edafd47a3df2d3c5a2619cd Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Sat, 7 Dec 2019 22:25:34 +0100 Subject: [PATCH] Ensure correct coverage Lock node to version 10, as nyc doesn't work well with 12 See https://github.com/istanbuljs/nyc/issues/1104 --- .nvmrc | 1 + README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..73bffb03 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +10.17.0 diff --git a/README.md b/README.md index c80ba9e5..49fb6f07 100644 --- a/README.md +++ b/README.md @@ -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.