Skip to content

Commit

Permalink
CI のエラーを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Aug 10, 2023
1 parent 26b314c commit 3028738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/simulator/test/matrix.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import {Complex, Format, equate} from '@qni/common'
import {Matrix} from '../src/matrix'
// eslint-disable-next-line import/no-nodejs-modules
import {performance} from 'perf_hooks'

describe('Matrix', () => {
test('isEqualTo', () => {
Expand Down

0 comments on commit 3028738

Please sign in to comment.