Skip to content

Commit

Permalink
Fix typeguard test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh committed Jan 19, 2022
1 parent d87705b commit 39ef9b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const VERSION: string = '4.0.0';
export const ID: string = '5168ab84a334e56ad4e83efe1b971defa31051e9';
export const DATE: string = '2022-01-19T08:40:41.294Z';
export const ID: string = 'd87705b4a161cc4676c1e8b40fcadb77da8785d1';
export const DATE: string = '2022-01-19T08:52:59.250Z';
3 changes: 2 additions & 1 deletion tests/typeguard_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@

import { VexFlowTests } from './vexflow_test_helpers';

import { CanvasContext } from '../src/canvascontext';
import { StaveNote } from '../src/stavenote';
import { StemmableNote } from '../src/stemmablenote';
import { TabNote } from '../src/tabnote';
import { isCategory, isNote, isStaveNote, isStemmableNote, isTabNote } from '../src/typeguard';
import { isCategory, isNote, isRenderContext, isStaveNote, isStemmableNote, isTabNote } from '../src/typeguard';

const TypeGuardTests = {
Start(): void {
Expand Down

0 comments on commit 39ef9b5

Please sign in to comment.