mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
fix tests
This commit is contained in:
parent
647f9780c0
commit
7cdb2625fd
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user