Skip to content

Commit 4af8b1a

Browse files
test(jco): update directive test to check for 'use components'
Signed-off-by: Victor Adossi <vadossi@cosmonic.com> Co-authored-by: Alex Crichton <alex@alexcrichton.com>
1 parent 150ebf0 commit 4af8b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/jco/test/codegen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ suite("Directive Prologue", () => {
209209
const component = await readFile(join(COMPONENT_FIXTURES_DIR, "adder.component.wasm"));
210210
const { files } = await transpile(component, { name: "adder" });
211211
const bindingsSource = new TextDecoder().decode(files["adder.js"]);
212-
assert.isOk(bindingsSource.includes('"use jco";'));
212+
assert.isOk(bindingsSource.includes('"use components";'));
213213
});
214214
});
215215

0 commit comments

Comments
 (0)