Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Mar 6, 2019
1 parent 2a55296 commit 210f173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/integration-tests/package.json
Expand Up @@ -21,6 +21,7 @@
"graphql-tag": "^2.6.0",
"json5": "^1.0.1",
"kotlin": "^1.3.11",
"marked": "^0.6.1",
"mocha": "^5.1.1",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi-reporters": "^1.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/integration-tests/test/markdown.js
@@ -1,7 +1,7 @@
const assert = require('assert');
const path = require('path');
const fs = require('@parcel/fs');
const {bundle, run, assertBundleTree} = require('./utils');
const {bundle, assertBundleTree} = require('@parcel/test-utils');

describe('markdown', function() {
it('should support bundling Markdown', async function() {
Expand Down

0 comments on commit 210f173

Please sign in to comment.