Skip to content

Commit 18528f3

Browse files
committed
Better wording in test desc
1 parent 673cba7 commit 18528f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/dockerfileUtils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ RUN another command
145145
});
146146

147147
describe('without any from stage (invalid Dockerfile)', () => {
148-
it('should throw an error', () => {
148+
it('should throw a descriptive error', () => {
149149
const dockerfile = `
150150
RUN some command
151151
`;

0 commit comments

Comments
 (0)