Skip to content

Commit

Permalink
test path
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Apr 3, 2024
1 parent 798beed commit 3050062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/www/test.action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import puppeteer from 'puppeteer';
import path from 'path';
import {getRootDir} from '../../../src/build/get_root_dir.mjs';

const KARMA_CONFIG_PATH = ['src', 'www', 'karma.conf.js'];
const KARMA_CONFIG_PATH = ['client', 'src', 'www', 'karma.conf.js'];

/**
* @description Runs the Karma tests against the web UI.
Expand Down

0 comments on commit 3050062

Please sign in to comment.