aboutsummaryrefslogtreecommitdiff
path: root/tests/simple.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple.test.ts')
-rw-r--r--tests/simple.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple.test.ts b/tests/simple.test.ts
index dffde21..8957d11 100644
--- a/tests/simple.test.ts
+++ b/tests/simple.test.ts
@@ -5,6 +5,6 @@ const frame = new Frame(data, header);
describe('Print a frame', () => {
it('should print a frame', () => {
- frame.title('Simple Frame').show();
+ frame.title('Simple Frame').toJSON(undefined, 'hello');
});
});