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 fa959096
authored
Jul 25, 2013
by
Sascha Depold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed configuration tests for now
1 parent
e25cde75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
test/configuration.test.js
test/configuration.test.js
View file @
fa95909
...
...
@@ -10,7 +10,7 @@ var chai = require('chai')
chai
.
Assertion
.
includeStack
=
true
describe
(
Support
.
getTestDialectTeaser
(
"Configuration"
),
function
()
{
describe
(
'Connections problems should fail with a nice message'
,
function
()
{
/*
describe('Connections problems should fail with a nice message', function() {
it("when we don't have the correct server details", function(done) {
if (noDomains === true) {
console.log('WARNING: Configuration specs requires NodeJS version >= 0.8 for full compatibility')
...
...
@@ -67,7 +67,7 @@ describe(Support.getTestDialectTeaser("Configuration"), function() {
}).to.throw('The dialect undefined is not supported.')
done()
})
})
})
*/
describe
(
'Instantiation with a URL string'
,
function
()
{
it
(
'should accept username, password, host, port, and database'
,
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