Skip to content

Commit a5c9e79

Browse files
committed
No space
1 parent 7f992bd commit a5c9e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smoke-tests/scenarios/basic-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ function basicTest(scenarios: Scenarios, appName: string) {
540540
{{JSON.stringify (array "hello" "goodbye")}}
541541
</template>
542542
);
543-
assert.dom().hasText('["hello", "goodbye"]');
543+
assert.dom().hasText('["hello","goodbye"]');
544544
});
545545
});
546546
`,

0 commit comments

Comments
 (0)