We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df27071 commit ff089e1Copy full SHA for ff089e1
test.js
@@ -2,7 +2,7 @@ import test from "ava"
2
import { Headers } from "node-fetch"
3
import { encode } from "iconv-lite"
4
import _ from "lodash"
5
-import convertBody from "./src"
+import { convertBody } from "./src"
6
7
test("should support encoding decode, xml dtd detect", (t) => {
8
const text = "<?xml version=\"1.0\" encoding=\"EUC-JP\"?><title>日本語</title>"
0 commit comments