Skip to content

Commit 6e2d0de

Browse files
committed
Rename tests directory to match default mocha name.
1 parent 29d47bb commit 6e2d0de

26 files changed

Lines changed: 5 additions & 5 deletions

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ node_js:
55
- iojs
66
before_install:
77
- npm install -g bower
8-
- cd tests
8+
- cd test
99
- bower install -f
1010
- cd ..

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Custom importer for node-sass that only allows a file to be imported once. Includes additional import bonuses including importing CSS files directly into Sass, automagic Bower imports, the ability to import an `index` file from within a folder name, and the ability to import JSON and YAML files as Sass maps. Inspired by Eyeglass.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "cd tests && ../node_modules/.bin/mocha ./"
7+
"test": "mocha"
88
},
99
"repository": {
1010
"type": "git",
File renamed without changes.

0 commit comments

Comments
 (0)