Skip to content

Commit

Permalink
Upd package.json template: test
Browse files Browse the repository at this point in the history
  • Loading branch information
1602 committed Apr 7, 2013
1 parent 2f32998 commit 080dd0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CompoundJS</title>

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<link rel="stylesheet" href="/bootstrap.css">
<link href="http://fonts.googleapis.com/css?family=Quicksand:300" rel="stylesheet">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down
5 changes: 4 additions & 1 deletion templates/package.json
Expand Up @@ -16,10 +16,13 @@
"devDependencies":
{ "nodeunit": "*"
, "sinon": "*"
, "supertest": ">= 0"
, "mocha": ">= 0"
, "should": ">= 0"
, "semicov": "*"
, "co-generators": "*"
}
, "scripts":
{ "test": "nodeunit test/*/*"
{ "test": "./node_modules/.bin/mocha --include test/init.js test/*/*.test.js"
}
}

0 comments on commit 080dd0e

Please sign in to comment.