Skip to content

Commit

Permalink
e2e test ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Mar 25, 2024
1 parent 2656389 commit b83a06d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ dist
.cache
.output
.env*
.dev.vars
.wrangler
2 changes: 1 addition & 1 deletion e2e/publish.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ await wp({ port: PORT });
stdio: 'overlapped',
shell: true,
})
assert.equal(playgroundProcess.stdout, ("playground installed successfully!"), "installation failed")
assert.ok(playgroundProcess.stdout.includes("playground installed successfully!"), "installation failed")
}

}
Expand Down
31 changes: 0 additions & 31 deletions packages/backend/.dev.vars

This file was deleted.

0 comments on commit b83a06d

Please sign in to comment.