Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 5b617de1
authored
Jul 27, 2013
by
Daniel Durante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sinon-chai is no longer a depedency
1 parent
5d3f51c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
package.json
test/dao.test.js
package.json
View file @
5b617de
...
@@ -52,7 +52,6 @@
...
@@ -52,7 +52,6 @@
"yuidocjs"
:
"~0.3.36"
,
"yuidocjs"
:
"~0.3.36"
,
"chai"
:
"~1.7.2"
,
"chai"
:
"~1.7.2"
,
"mocha"
:
"~1.12.0"
,
"mocha"
:
"~1.12.0"
,
"sinon-chai"
:
"~2.4.0"
,
"chai-datetime"
:
"~1.0.0"
"chai-datetime"
:
"~1.0.0"
},
},
"keywords"
:
[
"keywords"
:
[
...
...
test/dao.test.js
View file @
5b617de
/* jshint camelcase: false */
/* jshint camelcase: false */
var
chai
=
require
(
'chai'
)
var
chai
=
require
(
'chai'
)
,
sinonChai
=
require
(
'sinon-chai'
)
,
expect
=
chai
.
expect
,
expect
=
chai
.
expect
,
Support
=
require
(
__dirname
+
'/support'
)
,
Support
=
require
(
__dirname
+
'/support'
)
,
DataTypes
=
require
(
__dirname
+
"/../lib/data-types"
)
,
DataTypes
=
require
(
__dirname
+
"/../lib/data-types"
)
...
@@ -10,7 +9,6 @@ var chai = require('chai')
...
@@ -10,7 +9,6 @@ var chai = require('chai')
,
datetime
=
require
(
'chai-datetime'
)
,
datetime
=
require
(
'chai-datetime'
)
,
_
=
require
(
'lodash'
)
,
_
=
require
(
'lodash'
)
chai
.
use
(
sinonChai
)
chai
.
use
(
datetime
)
chai
.
use
(
datetime
)
chai
.
Assertion
.
includeStack
=
true
chai
.
Assertion
.
includeStack
=
true
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment