Skip to content

Commit

Permalink
Remove sass-spec (sass#2873)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xzyfer authored and saper committed May 17, 2020
1 parent cfd7a3c commit c186dc1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 195 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -80,7 +80,6 @@
"object-merge": "^2.5.1",
"read-yaml": "^1.0.0",
"rimraf": "^2.5.2",
"sass-spec": "https://github.com/sass/sass-spec.git#dc2d573",
"unique-temp-dir": "^1.0.0"
}
}
5 changes: 2 additions & 3 deletions scripts/coverage.js
Expand Up @@ -55,9 +55,8 @@ function coverage() {
if (instrumentedfiles.length === sourcefiles.length) {
fs.readdirSync('test').filter(function(file){
return false ||
file.substr(-6) === 'api.js' ||
file.substr(-11) === 'runtime.js' ||
file.substr(-7) === 'spec.js';
file.substr(-6) === 'api.js' ||
file.substr(-11) === 'runtime.js';
}).forEach(function(file){
mocha.addFile(
path.join('test', file)
Expand Down
191 changes: 0 additions & 191 deletions test/spec.js

This file was deleted.

0 comments on commit c186dc1

Please sign in to comment.