Pārlūkot izejas kodu

Fix jsunit

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
tags/v25.0.0beta1
John Molakvoæ pirms 2 gadiem
vecāks
revīzija
b8a7ab9941
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
2 mainītis faili ar 0 papildinājumiem un 15 dzēšanām
  1. 0
    9
      autotest-js.sh
  2. 0
    6
      tests/karma.config.js

+ 0
- 9
autotest-js.sh Parādīt failu

@@ -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

+ 0
- 6
tests/karma.config.js Parādīt failu

@@ -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({

Notiek ielāde…
Atcelt
Saglabāt