Skip to content

Commit

Permalink
test all versions again
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjor committed Oct 22, 2019
1 parent 7b0d093 commit 81378a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@ describe("Simple", function() {
assert.deepEqual(eventResult, expected);
}

for (let version of [
/*"Original", "Patched",*/
"Patched-without-extension"
]) {
for (let version of ["Original", "Patched", "Patched-without-extension"]) {
describe(version, function() {
const html =
version === "Original" ? "simple.html" : "simple-patched.html";
Expand Down

0 comments on commit 81378a0

Please sign in to comment.