Skip to content

Commit 28b7a84

Browse files
committed
add comments to explain the test rollup and karma config files
1 parent fbb5f5b commit 28b7a84

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

actionview/karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Karma configuration for running the UJS tests
2+
13
const config = {
24
browsers: ["ChromeHeadless"],
35
frameworks: ["qunit"],

actionview/rollup.config.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Rollup configuration for compiling the UJS tests
2+
13
import commonjs from "@rollup/plugin-commonjs"
24
import resolve from "@rollup/plugin-node-resolve"
35

0 commit comments

Comments
 (0)