Skip to content

Commit 5a55ae5

Browse files
committed
fix: breaking tests
1 parent 3b223dc commit 5a55ae5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

npm-audit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h5 class="card-title">
5555
<div class="card">
5656
<div class="card-body">
5757
<h5 class="card-title">
58-
November 28th 2020, 2:23:44 am
58+
November 28th 2020, 2:45:23 am
5959
</h5>
6060
<p class="card-text">Last updated</p>
6161
</div>

test/make-preloaded-file.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ test.group('Make Preloaded File', (group) => {
130130
question.select(1)
131131
})
132132

133-
await preloadFile.kernel.runCommand(preloadFile, ['make:prldfile', 'repl'])
133+
preloadFile.name = 'repl'
134+
preloadFile.environment = ['repl']
135+
136+
await preloadFile.exec()
134137

135138
const replFile = await fs.get('start/repl.ts')
136139
const preloadTemplate = await templates.get('preload-file.txt')

0 commit comments

Comments
 (0)