1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

fix tests

This commit is contained in:
Charlie Somerville 2018-04-26 17:02:42 +10:00
parent 647f9780c0
commit 7cdb2625fd

View File

@ -30,7 +30,7 @@ spec = parallel $ do
it "side effect only imports" $ do
env <- environment . snd <$> evaluate "main2.ts"
env `shouldBe` mempty
env `shouldBe` emptyEnv
it "fails exporting symbols not defined in the module" $ do
v <- fst <$> evaluate "bad-export.ts"