Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

npm run test-local test failures #151

Closed
shane-tomlinson opened this issue May 19, 2015 · 1 comment · Fixed by #153
Closed

npm run test-local test failures #151

shane-tomlinson opened this issue May 19, 2015 · 1 comment · Fixed by #153

Comments

@shane-tomlinson
Copy link

group: devices
Waiting for email...
FAIL: #get (88ms)
AssertionError: expected { Object (code, errno, ...) } to be falsy
    at assert.notOk (/Users/stomlinson/development/fxa-js-client/node_modules/intern-geezer/assert.js:529:10)
    at onSettled (/Users/stomlinson/development/fxa-js-client/components/p/p.js:258:10)
    at onTick (/Users/stomlinson/development/fxa-js-client/components/p/p.js:40:4)
    at process._tickCallback (node.js:419:13)
0/1 tests passed
groupEnd: devices

...

FAIL: #accountUnlockVerifyCode (2ms)
AssertionError: expected { Object (code, errno, ...) } to be falsy
    at assert.notOk (/Users/stomlinson/development/fxa-js-client/node_modules/intern-geezer/assert.js:529:10)
    at onSettled (/Users/stomlinson/development/fxa-js-client/components/p/p.js:258:10)
    at onTick (/Users/stomlinson/development/fxa-js-client/components/p/p.js:40:4)
    at process._tickCallback (node.js:419:13)
PASS: #accountUnlockVerifyCode with no uid (1ms)
PASS: #accountUnlockVerifyCode with no code (0ms)
19/20 tests passed
@vladikoff
Copy link
Contributor

At a glance:
The group: devices is the devices api that was removed, so I guess we should remove support for it.
The second one not sure yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants