Skip to content

Commit 680c183

Browse files
committed
fix: add expect import to REST_test.js for jest-style assertions
1 parent 0cdc49a commit 680c183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/rest/REST_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import path from 'path'
22
import fs from 'fs'
33
import { fileURLToPath } from 'url'
4+
import { expect } from 'expect'
45

56
const __filename = fileURLToPath(import.meta.url)
67
const __dirname = path.dirname(__filename)

0 commit comments

Comments
 (0)