We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d4754 commit 5ea96c8Copy full SHA for 5ea96c8
1 file changed
Taskfile.yml
@@ -78,6 +78,23 @@ tasks:
78
'
79
silent: false
80
81
+ tests:
82
+ deps:
83
+ - tests:codeceptjs
84
+ - test:jasmine
85
+
86
+ tests:codeceptjs:
87
+ aliases:
88
+ - tests:e2e
89
+ cmds:
90
+ - npx codeceptjs run --steps
91
92
+ tests:jasmine:
93
94
+ - tests:unit
95
96
+ - npx jasmine --config='tests/unit/.config/jasmine.mjs'
97
98
bump:
99
generates:
100
- VERSION
0 commit comments