Skip to content

Commit a4eeffa

Browse files
authored
Remove sass-spec (sass#2873)
We only bought in sass-spec to catch regressions on the binding layer that might cause crashes. As a result we've been happy to leave our sass-spec version out of date because we weren't concerned about correctness. With sass-spec migrating to hrx the ROI on implementing hrx support.
1 parent 0435be6 commit a4eeffa

File tree

3 files changed

+2
-195
lines changed

3 files changed

+2
-195
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
"object-merge": "^2.5.1",
8181
"read-yaml": "^1.0.0",
8282
"rimraf": "^2.5.2",
83-
"sass-spec": "https://github.com/sass/sass-spec.git#dc2d573",
8483
"unique-temp-dir": "^1.0.0"
8584
}
8685
}

scripts/coverage.js

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

test/spec.js

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

0 commit comments

Comments
 (0)