Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit b895e5b

Browse files
committed
chore: Drop sass-spec testing
Was dropped in v5 branch before because this is better covered in libsass
1 parent 601d31f commit b895e5b

File tree

3 files changed

+1
-196
lines changed

3 files changed

+1
-196
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@
7979
"mocha": "^3.1.2",
8080
"mocha-lcov-reporter": "^1.2.0",
8181
"object-merge": "^2.5.1",
82-
"read-yaml": "^1.0.0",
8382
"rimraf": "^2.5.2",
84-
"sass-spec": "https://github.com/sass/sass-spec.git#dc2d573",
8583
"unique-temp-dir": "^1.0.0"
8684
}
8785
}

scripts/coverage.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ function coverage() {
5555
if (instrumentedfiles.length === sourcefiles.length) {
5656
fs.readdirSync('test').filter(function(file){
5757
return file.substr(-6) === 'api.js' ||
58-
file.substr(-11) === 'runtime.js' ||
59-
file.substr(-7) === 'spec.js';
58+
file.substr(-11) === 'runtime.js';
6059
}).forEach(function(file){
6160
mocha.addFile(
6261
path.join('test', file)

test/spec.js

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)