Skip to content

Commit

Permalink
Merge 5edcc92 into 8eda061
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaraBi committed Oct 25, 2018
2 parents 8eda061 + 5edcc92 commit 693641e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion tests/projects/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
"description": "",
"dependencies": {
"jquery": "^3.2.1"
}
}
1 change: 0 additions & 1 deletion tests/test_pywebpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def test_bundleproject(builddir, bundledir, destdir):
@pytest.mark.xfail(raises=RuntimeError)
def test_bundle_duplicated_entries(builddir, bundledir, bundledir2, destdir):
"""Test bundles with duplicated entries."""
entry = {'app': './index.js'}
bundle1 = WebpackBundle(
bundledir,
entry={'app': './index.js'},
Expand Down

0 comments on commit 693641e

Please sign in to comment.