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 db80dbf4
authored
Dec 30, 2013
by
Mick Hansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed test that is no longer needed
1 parent
0785669e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
test/dao-factory/findAll.test.js
test/dao-factory/findAll.test.js
View file @
db80dbf
...
...
@@ -482,14 +482,6 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
done
()
})
it
(
'throws an error about missing attributes if include contains an object with daoFactory'
,
function
(
done
)
{
var
self
=
this
expect
(
function
()
{
self
.
Worker
.
all
({
include
:
[
{
daoFactory
:
self
.
Worker
}
]
})
}).
to
.
throw
(
Error
,
'Include malformed. Expected attributes: daoFactory, as!'
)
done
()
})
it
(
'throws an error if included DaoFactory is not associated'
,
function
(
done
)
{
var
self
=
this
expect
(
function
()
{
...
...
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