Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Mar 5, 2024
1 parent 0f949d3 commit ae2816b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/semgrator.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export async function semgrator() {}
6 changes: 6 additions & 0 deletions src/test/semgrator.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { test } from 'node:test'
import { semgrator } from '../lib/semgrator.js'

test('semgrator', async t => {
await semgrator()
})

0 comments on commit ae2816b

Please sign in to comment.