This repository was archived by the owner on Aug 29, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# feathers-authentication-local
22
3+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/feathersjs/feathers-authentication-local.svg )] ( https://greenkeeper.io/ )
4+
35[ ![ Build Status] ( https://travis-ci.org/feathersjs/feathers-authentication-local.png?branch=master )] ( https://travis-ci.org/feathersjs/feathers-authentication-local )
46[ ![ Code Climate] ( https://codeclimate.com/github/feathersjs/feathers-authentication-local/badges/gpa.svg )] ( https://codeclimate.com/github/feathersjs/feathers-authentication-local )
57[ ![ Test Coverage] ( https://codeclimate.com/github/feathersjs/feathers-authentication-local/badges/coverage.svg )] ( https://codeclimate.com/github/feathersjs/feathers-authentication-local/coverage )
Original file line number Diff line number Diff line change 7070 "feathers-authentication" : " ^1.0.0" ,
7171 "feathers-authentication-jwt" : " ^0.3.0" ,
7272 "feathers-hooks" : " ^1.6.1" ,
73- "feathers-memory" : " ^0.8.1 " ,
73+ "feathers-memory" : " ^1.1.0 " ,
7474 "feathers-rest" : " ^1.5.2" ,
7575 "feathers-socketio" : " ^1.4.2" ,
7676 "istanbul" : " ^1.1.0-alpha.1" ,
7777 "mocha" : " ^3.1.2" ,
7878 "rimraf" : " ^2.5.4" ,
79- "semistandard" : " ^9.1 .0" ,
80- "sinon" : " ^1.17.6 " ,
79+ "semistandard" : " ^10.0 .0" ,
80+ "sinon" : " ^2.1.0 " ,
8181 "sinon-chai" : " ^2.8.0"
8282 }
8383}
Original file line number Diff line number Diff line change 1+ /* eslint-disable no-unused-expressions */
2+
13import chai , { expect } from 'chai' ;
24import sinon from 'sinon' ;
35import sinonChai from 'sinon-chai' ;
You can’t perform that action at this time.
0 commit comments