Lines Matching refs:test
12 test('default task', function () {
20 test('task with no action', function () {
25 test('a task with no action and no prereqs', function () {
29 …test('a task that exists at the top-level, and not in the specified namespace, should error', func…
36 test('passing args to a task', function () {
44 test('a task with environment vars', function () {
52 test('passing args and using environment vars', function () {
63 test('a simple prereq', function () {
68 test('a duplicate prereq only runs once', function () {
73 test('a prereq with command-line args', function () {
78 test('a prereq with args via invoke', function () {
83 test('a prereq with args via execute', function () {
88 test('repeating the task via execute', function () {
93 test('prereq execution-order', function () {
98 test('basic async task', function () {
103 test('promise async task', function () {
108 test('failing promise async task', function () {
117 test('that current-prereq index gets reset', function () {
123 test('modifying a task by adding prereq during execution', function () {
128 test('listening for task error-event', function () {
137 test('listening for jake error-event', function () {
142 test('listening for jake unhandledRejection-event', function () {
147 test('large number of same prereqs', function () {
152 test('large number of different prereqs', function () {
157 test('large number of different prereqs', function () {
162 test('modifying a namespace by adding a new task', function () {