fix(core): update
This commit is contained in:
@ -8,9 +8,13 @@ tap.test('should create a valid smartdeno instance', async () => {
|
||||
});
|
||||
|
||||
tap.test('should download deno', async () => {
|
||||
await testSmartdeno.init({
|
||||
await testSmartdeno.start({
|
||||
forceLocalDeno: true
|
||||
});
|
||||
})
|
||||
|
||||
tap.test('should execute a script', async () => {
|
||||
await testSmartdeno.executeScript(`console.log("A script from deno!")`);
|
||||
})
|
||||
|
||||
tap.start()
|
||||
|
Reference in New Issue
Block a user