Skip to content

Commit

Permalink
Fix some js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Jan 19, 2021
1 parent bcd94c4 commit 25fd89c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ghcjslib/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ describe("mulang", () => {
"result": true
},
],
"outputIdentifiers": null,
"outputAst": null,
"transformedAsts": null,
"signatures": [],
"smells": [],
"tag": "AnalysisCompleted",
Expand All @@ -104,6 +106,7 @@ describe("mulang", () => {
}
})).be.eql({
"expectationResults": [],
"outputIdentifiers": null,
"outputAst": {
"contents": [
"foo",
Expand Down Expand Up @@ -134,6 +137,7 @@ describe("mulang", () => {
],
"tag": "Function"
},
"transformedAsts": null,
"signatures": [],
"smells": [],
"tag": "AnalysisCompleted",
Expand Down

0 comments on commit 25fd89c

Please sign in to comment.