Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Sep 5, 2023
1 parent 9076002 commit 523f65d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion studio/src/languages/javascript/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
*/
import { describe, it, expect } from '@jest/globals'
import { NodeEditor } from 'rete'
import { Schemes, Languages } from 'rete-studio-core'
import { Schemes } from 'rete-studio-core'
// import { writeFileSync } from 'fs'
import { loadExamplesList } from './_utils'
import { AreaPlugin } from 'rete-area-plugin'
import { Languages } from '../../../languages'
// import { join } from 'path'

const initCodePlugin = Languages.javascript.initCodePlugin
Expand Down

0 comments on commit 523f65d

Please sign in to comment.