Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Feb 16, 2024
1 parent d28a23c commit 9b4106c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/example.test.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
// eslint-disable-next-line object-curly-newline
import { describe, it, expect, run } from 'https://raw.githubusercontent.com/internetarchive/dyno/main/test/test.js'


describe('test imports', () => {
it('importing', () => {
expect(typeof expect).toEqual('function')
expect(typeof nope).toEqual('undefined')
})
})


run()

0 comments on commit 9b4106c

Please sign in to comment.