We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c2990 commit 2af617bCopy full SHA for 2af617b
test/integrationTests/hoverProvider.integration.test.ts
@@ -72,12 +72,11 @@ Parameters:
72
\t\tgameObject: The game object.
73
\t\ttagName: Name of the tag.
74
75
-Returns trueif object is tagged with tag.`;
+Returns true if object is tagged with tag.`;
76
expect(c[0].contents[0].value).to.equal(answer);
77
});
78
79
- teardown(async() =>
80
- {
81
- await testAssetWorkspace.cleanupWorkspace();
82
- })
+ teardown(async () => {
+ await testAssetWorkspace.cleanupWorkspace();
+ });
83
0 commit comments