Skip to content

Commit

Permalink
base test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jul 13, 2023
1 parent 9fe1aee commit 56160d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// import jest globals
import { describe, expect, test } from '@jest/globals'

import { NodeEditor } from '../src/editor'

describe('NodeEditor', () => {
test('NodeEditor is instantiable', () => {
expect(new NodeEditor()).toBeInstanceOf(NodeEditor)
})
})

0 comments on commit 56160d9

Please sign in to comment.