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 997a235a
authored
Dec 11, 2011
by
sdepold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better output for broken tests
1 parent
2fa8a6e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
spec/query-generator.mysql.spec.js
spec/query-generator.mysql.spec.js
View file @
997a235
...
@@ -165,7 +165,7 @@ describe('QueryGenerator', function() {
...
@@ -165,7 +165,7 @@ describe('QueryGenerator', function() {
Sequelize
.
Utils
.
_
.
each
(
suites
,
function
(
tests
,
suiteTitle
)
{
Sequelize
.
Utils
.
_
.
each
(
suites
,
function
(
tests
,
suiteTitle
)
{
describe
(
suiteTitle
,
function
()
{
describe
(
suiteTitle
,
function
()
{
tests
.
forEach
(
function
(
test
)
{
tests
.
forEach
(
function
(
test
)
{
var
title
=
test
.
title
||
'correctly returns '
+
test
.
expectation
+
' for '
+
test
.
arguments
var
title
=
test
.
title
||
'correctly returns '
+
test
.
expectation
+
' for '
+
util
.
inspect
(
test
.
arguments
)
it
(
title
,
function
()
{
it
(
title
,
function
()
{
var
conditions
=
QueryGenerator
[
suiteTitle
].
apply
(
null
,
test
.
arguments
)
var
conditions
=
QueryGenerator
[
suiteTitle
].
apply
(
null
,
test
.
arguments
)
expect
(
conditions
).
toEqual
(
test
.
expectation
)
expect
(
conditions
).
toEqual
(
test
.
expectation
)
...
...
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