Browse Source

Use this

pull/1/head
Luke Childs 7 years ago
parent
commit
d01918f6f5
  1. 1
      package.json
  2. 2
      test/index.js

1
package.json

@ -34,6 +34,7 @@
"eslint-config-xo-lukechilds": "^1.0.0",
"got": "^8.3.0",
"nyc": "^11.0.2",
"this": "^1.0.2",
"write-json-file": "^2.3.0",
"xo": "^0.20.3"
}

2
test/index.js

@ -1,5 +1,5 @@
import test from 'ava';
import coins from '../';
import coins from 'this';
test('coins is an array', t => {
t.true(Array.isArray(coins));

Loading…
Cancel
Save