Skip to content

Commit

Permalink
Merge pull request #851 from stealjs/remove-check
Browse files Browse the repository at this point in the history
Remove check for Symbol support in test file
  • Loading branch information
m-mujica committed Sep 25, 2017
2 parents b923be1 + fbbfdec commit e373f48
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/test.js
Expand Up @@ -19,13 +19,7 @@ require("./slim_build_conditionals_test");

// Integration tests
require("./test_cli");

// Node 0.10 doesn't support Symbols so the live-reload tests will
// not pass on it.
if(typeof Symbol !== "undefined") {
require("./test_live");
}

require("./test_live");
require("./bundle_name_test");
require("./dependencygraph_test");
require("./bundle_test");
Expand Down

0 comments on commit e373f48

Please sign in to comment.