-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0b0f66
commit b7a60d6
Showing
4 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
test/fixtures/plugins/heartbeat-plugin/components/state-resources/heart-beat/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
class Heartbeat { | ||
async run (event, context) { | ||
const heartbeat = { | ||
|
1 change: 0 additions & 1 deletion
1
.../fixtures/plugins/success-plugin/components/state-resources/awaiting-human-input/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
class AwaitingHumanInput { | ||
run (event, context) { | ||
context.sendTaskSuccess() | ||
|
1 change: 0 additions & 1 deletion
1
test/fixtures/plugins/success-plugin/components/state-resources/success/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
class Success { | ||
run (event, context) { | ||
context.sendTaskSuccess('Yes boys!') | ||
|
1 change: 0 additions & 1 deletion
1
test/fixtures/plugins/test-plugin/components/state-resources/awaiting-human-input/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
class AwaitingHumanInput { | ||
run (event, context) { | ||
context.sendTaskSuccess() | ||
|