Set dotRelative to make testing framework happy

This commit is contained in:
Simon Warta 2025-06-11 16:12:54 +02:00
parent 01208fe767
commit 38f72a970f
No known key found for this signature in database
13 changed files with 13 additions and 13 deletions

View File

@ -10,7 +10,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -10,7 +10,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -10,7 +10,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -10,7 +10,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -10,7 +10,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -17,7 +17,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -10,7 +10,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -10,7 +10,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -10,7 +10,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -10,7 +10,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -8,7 +8,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -10,7 +10,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",

View File

@ -10,7 +10,7 @@ module.exports = [
{
// bundle used for Karma tests
target: target,
entry: globSync("./build/**/*.spec.js"),
entry: globSync("./build/**/*.spec.js", { dotRelative: true }),
output: {
path: distdir,
filename: "tests.js",