Skip to content

Commit

Permalink
opps
Browse files Browse the repository at this point in the history
  • Loading branch information
ANGkeith committed Oct 4, 2024
1 parent 150a920 commit 1eddd85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ test.concurrent("project-variables-file custom-path (.env)", async () => {
expect(writeStreams.stdoutLines).toEqual(expect.arrayContaining(expected));
});

test.only("project-variables-file custom-path (.envs)", async () => {
test.concurrent("project-variables-file custom-path (.envs)", async () => {
const writeStreams = new WriteStreamsMock();
await handler({
cwd: cwd,
Expand Down

0 comments on commit 1eddd85

Please sign in to comment.