aboutsummaryrefslogtreecommitdiffstats
path: root/test/runner/flags/modules.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner/flags/modules.js')
-rw-r--r--test/runner/flags/modules.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/runner/flags/modules.js b/test/runner/flags/modules.js
new file mode 100644
index 000000000..53f9a933a
--- /dev/null
+++ b/test/runner/flags/modules.js
@@ -0,0 +1,24 @@
+export const modules = [
+ "basic",
+
+ "ajax",
+ "animation",
+ "attributes",
+ "callbacks",
+ "core",
+ "css",
+ "data",
+ "deferred",
+ "deprecated",
+ "dimensions",
+ "effects",
+ "event",
+ "manipulation",
+ "offset",
+ "queue",
+ "selector",
+ "serialize",
+ "support",
+ "traversing",
+ "tween"
+];