Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Work towards refactoring the code to make it more test-able.
Browse files Browse the repository at this point in the history
Started refactoring tests to use Mocha + Sinon + Chai instead of Vows.
  • Loading branch information
hiddentao committed Nov 1, 2012
1 parent 2c047e5 commit bb007a7
Show file tree
Hide file tree
Showing 9 changed files with 567 additions and 196 deletions.
97 changes: 50 additions & 47 deletions docs/squel.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
"coffee-script": "1.3", "coffee-script": "1.3",
"docco": "0.3", "docco": "0.3",
"uglify-js": "1.3", "uglify-js": "1.3",
"vows": "0.6" "vows": "0.6",
}, "mocha": "1.6.0",
"chai": "1.3.0",
"sinon": "1.5.0"
},
"keywords": ["sql", "database", "rdbms"], "keywords": ["sql", "database", "rdbms"],
"main": "squel", "main": "squel",
"repository" :{ "repository" :{
Expand Down
179 changes: 90 additions & 89 deletions squel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bb007a7

Please sign in to comment.