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 bfffd58b
authored
Nov 01, 2011
by
Sascha Depold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't require should + added travis on readme
1 parent
65c0a284
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
README.md
package.json
README.md
View file @
bfffd58
...
@@ -24,6 +24,10 @@ I'm glad to get pull request if any functionality is missing or something is bug
...
@@ -24,6 +24,10 @@ I'm glad to get pull request if any functionality is missing or something is bug
## Tests ##
## Tests ##
In order to run the tests, you need the expresso framework! When installed just run:
In order to run the tests, just do
```npm install```
, which will install expresso and jasmine. I am switching from
expresso to jasmine, so please add according tests to your pull requests. This is how you start the tests:
expresso -s test/
**
/
*
node_modules/.bin/expresso -s test/**/*
\ No newline at end of file
node_modules/.bin/jasmine-node spec/
Current build status on travis-ci:
[

](http://travis-ci.org/sdepold/sequelize)
package.json
View file @
bfffd58
...
@@ -14,8 +14,7 @@
...
@@ -14,8 +14,7 @@
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"jasmine-node"
:
"=1.0.12"
,
"jasmine-node"
:
"=1.0.12"
,
"expresso"
:
"=0.9.2"
,
"expresso"
:
"=0.9.2"
"should"
:
"=0.3.2"
},
},
"keywords"
:
[
"mysql"
,
"orm"
,
"nodejs"
,
"object relational mapper"
],
"keywords"
:
[
"mysql"
,
"orm"
,
"nodejs"
,
"object relational mapper"
],
"main"
:
"index"
,
"main"
:
"index"
,
...
...
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