add comments to explain the test rollup and karma config files

This commit is contained in:
Lachlan Sylvester 2023-01-04 00:08:47 +11:00
parent fbb5f5b4b6
commit 28b7a84b69
2 changed files with 4 additions and 0 deletions

@ -1,3 +1,5 @@
// Karma configuration for running the UJS tests
const config = {
browsers: ["ChromeHeadless"],
frameworks: ["qunit"],

@ -1,3 +1,5 @@
// Rollup configuration for compiling the UJS tests
import commonjs from "@rollup/plugin-commonjs"
import resolve from "@rollup/plugin-node-resolve"