Skip to content

Commit 47a461e

Browse files
committed
clean
1 parent 9d4a8dd commit 47a461e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tests/integration.spec.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
#!/usr/bin/env -S node --no-warnings --loader ts-node/esm
2+
// @ts-check
23

34
import { test } from 'tstest'
45

5-
test('integration testing', async t => {
6-
t.pass('ok')
6+
import { PuppetTest } from './fixtures/puppet-test/puppet-test.js'
7+
8+
test('Integration testing', async t => {
9+
10+
const puppet = new PuppetTest()
11+
12+
t.ok(puppet, 'tbw')
713
})

0 commit comments

Comments
 (0)