Install spec's third party modules in the source root.
This commit is contained in:
parent
1d9fca25dc
commit
ec33b4d579
4 changed files with 5 additions and 9 deletions
|
@ -3,7 +3,9 @@
|
|||
"version" : "0.1.0",
|
||||
|
||||
"dependencies": {
|
||||
"coffee-script": "1.6.2"
|
||||
"coffee-script": "1.6.2",
|
||||
"mocha": "*",
|
||||
"findit": "*"
|
||||
},
|
||||
|
||||
"private": true,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link href="node_modules/mocha/mocha.css" rel="stylesheet">
|
||||
<link href="../node_modules/mocha/mocha.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
assert = require 'assert'
|
||||
|
||||
describe 'message loop', ->
|
||||
describe 'process.nextTick', ->
|
||||
it 'should emit the callback', (done) ->
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
{
|
||||
"name": "atom-shell-specs",
|
||||
"main": "main.js",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"mocha": "*",
|
||||
"findit": "*"
|
||||
}
|
||||
"version": "0.1.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue