yet again, spending time trying to use an llm as intended was wasted. RTFM

https://jasmine.github.io/setup/browser.html#es-module-support
This commit is contained in:
Jack Case
2025-12-10 14:36:12 +00:00
parent 2631f46d67
commit 6212eaa099
3 changed files with 7 additions and 21 deletions

View File

@@ -1,11 +1,11 @@
export default {
srcDir: "scripts",
srcDir: ".",
// srcFiles should usually be left empty when using ES modules, because you'll
// explicitly import sources from your specs.
srcFiles: [],
specDir: "./spec",
specDir: ".",
specFiles: [
"**/*[sS]pec.?(m)js"
"spec/**/*[sS]pec.?(m)js"
],
helpers: [
"spec/helpers/**/*.?(m)js"