We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb5f5b commit 28b7a84Copy full SHA for 28b7a84
actionview/karma.conf.js
@@ -1,3 +1,5 @@
1
+// Karma configuration for running the UJS tests
2
+
3
const config = {
4
browsers: ["ChromeHeadless"],
5
frameworks: ["qunit"],
actionview/rollup.config.test.js
+// Rollup configuration for compiling the UJS tests
import commonjs from "@rollup/plugin-commonjs"
import resolve from "@rollup/plugin-node-resolve"
0 commit comments