Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredly committed Jan 5, 2020
1 parent b197eee commit 4ff763f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analyze_example_tests/ExamplesTests.re
Expand Up @@ -60,6 +60,7 @@ let esyProjects = [
// Don't run the esy examples on windows, they're failing right now.
let projects = (Sys.os_type == "Unix" ? esyProjects : []) @ [
("example-project", ["src"], "npm install"),
("example-bsb-ppx", ["src"], "npm install"),
("example-es6-imports", ["src"], "npm install"),
("example-react", ["src", "__tests__"], "npm install"),
("name_with_underscore", ["src"], "npm install"),
Expand Down

0 comments on commit 4ff763f

Please sign in to comment.