Skip to content

Commit

Permalink
chore: minor tweak ups
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 27, 2024
1 parent c6a4722 commit 9c8bcc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/echo.http
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ HTTP/1.1 200 OK
Content-Type: text/javascript; charset=UTF-8
Content-Length: 15
Server: netcat!

$`echo 'test'`

$`echo 'test'`
2 changes: 1 addition & 1 deletion test/package.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

import assert from 'node:assert'
import { test, describe, beforeEach, after } from 'node:test'
import { test, describe, beforeEach } from 'node:test'
import '../build/globals.js'

describe('package', () => {
Expand Down

0 comments on commit 9c8bcc5

Please sign in to comment.