Skip to content

Commit 4157e5b

Browse files
committed
[TESTS]: added folder output
igned-off-by: ashish <[email protected]> Signed-off-by: ashish <[email protected]>
1 parent 2d047f6 commit 4157e5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/commands/hash.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe('hash', () => {
109109

110110
test
111111
.stdout()
112-
.command(['hash', '-f', 'test/resources/test.txt', '-t', 'sha512', '--output', 'test/resources/out.txt'])
112+
.command(['hash', '-f', 'test/resources/test.txt', '-t', 'sha512', '--output', 'test/resources/output/out.txt'])
113113
.it("File Hashing, output to a file", ctx => {
114114
expect(ctx.stdout).to.contain('✔ success output written to file')
115115
})

test/commands/minify.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('minify', () => {
4949

5050
test
5151
.stdout()
52-
.command(['minify', '-f', 'test/resources/test.css', '--output', 'test/resources/ouput.css'])
52+
.command(['minify', '-f', 'test/resources/test.css', '--output', 'test/resources/output/ouput.css'])
5353
.it('Minify CSS, output to a file', ctx => {
5454
expect(ctx.stdout).to.contain('✔ success output written to file')
5555
})

0 commit comments

Comments
 (0)