Fix jsunit

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2022-05-12 09:54:32 +02:00
parent 29a8b2958d
commit b8a7ab9941
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
2 changed files with 0 additions and 15 deletions

View File

@ -10,13 +10,4 @@
set -euo pipefail
# create scss test
# We use the deprecated node-sass module for that as the compilation fails with modern modules. See "DEPRECATION WARNING" during execution of this script.
mkdir -p tests/css
for SCSSFILE in core/css/*.scss
do
FILE=$(basename $SCSSFILE)
printf "\$webroot:''; @import 'functions.scss'; @import 'variables.scss'; @import '${FILE}';" | ./node_modules/.bin/node-sass --include-path core/css/ > tests/css/${FILE}.css
done
npm run test:jsunit

View File

@ -201,12 +201,6 @@ module.exports = function(config) {
included: true,
served: true
});
files.push({
pattern: 'tests/css/*.css',
watched: true,
included: true,
served: true
});
// Allow fonts
files.push({