Skip to content

Commit 6e0823b

Browse files
committed
fix: Run prettier
1 parent ba129c1 commit 6e0823b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ test(
206206
process.chdir('tests/base');
207207
const { stdout: path } = npm(['pack', '../..']);
208208
npm(['i', path]);
209-
const { stdout } = sls(['package'], {
209+
const { stdout } = sls(['package'], {
210210
noThrow: true,
211211
env: {
212212
dockerizePip: true,

0 commit comments

Comments
 (0)