Skip to content

Commit 5f31665

Browse files
committed
chore: configuration d'une tâche pour tester le widget
1 parent 983795e commit 5f31665

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

Taskfile.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ tasks:
127127
cmds:
128128
- node tests/e2e/.config/generateStepsDefinitionsFromFeatures.js
129129

130+
tests:widget:
131+
cmds:
132+
- node tests/test_widget.mjs
133+
130134
bump:
131135
generates:
132136
- VERSION

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default [
1414
},
1515
pluginJs.configs.recommended,
1616
{
17-
files: ["/app/**/*.js", "/app/**/*.mjs", "tests/**/*.js"],
17+
files: ["/app/**/*.js", "/app/**/*.mjs", "tests/**/*.*js"],
1818
rules: {
1919
...codeceptjsPlugin.configs.recommended.rules,
2020
semi: ["error", "always"],

0 commit comments

Comments
 (0)