Skip to content

Commit

Permalink
Fixed JSE file support
Browse files Browse the repository at this point in the history
  • Loading branch information
ALange committed Dec 28, 2017
1 parent f2ed709 commit 4b3486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_package():
assert File(filename="a.pyo").package == "python"
assert File(filename="a.vbs").package == "vbs"
assert File(filename="a.js").package == "js"
assert File(filename="a.jse").package == "js"
assert File(filename="a.jse").package == "jse"
assert File(filename="a.msi").package == "msi"
assert File(filename="a.ps1").package == "ps1"
assert File(filename="a.ps1xml").package == "ps1"
Expand Down

0 comments on commit 4b3486f

Please sign in to comment.