File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ describe("slackme", async () => {
35
35
expect ( exec . exitCode ) . toBe ( 0 ) ;
36
36
exec = await execContainer ( id , [ "sh" , "-c" , "slackme" ] ) ;
37
37
expect ( exec . stdout . trim ( ) ) . toStartWith (
38
- "slackme — Send a Slack notification when a command finishes"
38
+ "slackme — Send a Slack notification when a command finishes" ,
39
39
) ;
40
40
} ) ;
41
41
@@ -116,7 +116,7 @@ executed`,
116
116
117
117
const setupContainer = async (
118
118
image = "alpine" ,
119
- vars : Record < string , string > = { }
119
+ vars : Record < string , string > = { } ,
120
120
) => {
121
121
const state = await runTerraformApply ( import . meta. dir , {
122
122
agent_id : "foo" ,
@@ -159,7 +159,7 @@ const assertSlackMessage = async (opts: {
159
159
"alpine/curl" ,
160
160
opts . format && {
161
161
slack_message : opts . format ,
162
- }
162
+ } ,
163
163
) ;
164
164
await writeCoder ( id , "echo 'token'" ) ;
165
165
let exec = await execContainer ( id , [ "sh" , "-c" , instance . script ] ) ;
You can’t perform that action at this time.
0 commit comments