We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7dbdd commit 40da4c7Copy full SHA for 40da4c7
2 files changed
tests/integration/node.test.js
@@ -1,3 +1,4 @@
1
+// eslint-disable-next-line import/no-unresolved
2
import format from '../../dist/test.cjs';
3
4
test('Should run a a test app in a node environment', async () => {
tests/integration/test-app.js
@@ -1,4 +1,5 @@
import prettier from 'prettier/standalone.js';
import solidityPlugin from '../../dist/standalone.cjs';
5
export default async function format(code) {
0 commit comments