We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9465d4 commit 61b4170Copy full SHA for 61b4170
test-src/index.js test-src/JsonStreamStringify.jstest-src/index.js renamed to test-src/JsonStreamStringify.js
test-src/JsonStreamStringify.spec.js
@@ -1,7 +1,7 @@
1
2
import { Readable } from 'stream';
3
import expect from 'expect.js';
4
-import JsonStreamStringify from '.';
+import JsonStreamStringify from './JsonStreamStringify';
5
6
function createTest(input, expected, ...args) {
7
return () => new Promise((resolve, reject) => {
0 commit comments