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

Commit

Permalink
chore: Drop sass-spec testing
Browse files Browse the repository at this point in the history
Was dropped in v5 branch before because this is better covered in libsass
  • Loading branch information
nschonni committed Sep 27, 2020
1 parent 601d31f commit b895e5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 196 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"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"
}
}
3 changes: 1 addition & 2 deletions scripts/coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ function coverage() {
if (instrumentedfiles.length === sourcefiles.length) {
fs.readdirSync('test').filter(function(file){
return file.substr(-6) === 'api.js' ||
file.substr(-11) === 'runtime.js' ||
file.substr(-7) === 'spec.js';
file.substr(-11) === 'runtime.js';
}).forEach(function(file){
mocha.addFile(
path.join('test', file)
Expand Down
192 changes: 0 additions & 192 deletions test/spec.js

This file was deleted.

0 comments on commit b895e5b

Please sign in to comment.