This commit is contained in:
Dana Woodman 2018-03-04 14:57:08 -08:00
parent db8241f4d3
commit 31ac07bae5
2 changed files with 0 additions and 2 deletions

1
.nvmrc
View File

@ -1,2 +1 @@
# Must match the supported Tessel node version!
v6.10.3

View File

@ -41,7 +41,6 @@ describe('models/rfid-reader', () => {
describe('.read', () => {
test('it should listen for keyboard input', () => {
const device = RFIDReader.read()
console.log(device)
expect(device.read).toBeCalled()
})
})