Skip to content

Commit

Permalink
chore: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Aug 21, 2024
1 parent 190176c commit ce24d49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/__tests__/index.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { SparseMatrix } from '..';
import { describe, it, expect } from 'vitest';

import { SparseMatrix } from '..';

describe('Sparse Matrix', () => {
it('mmul', () => {
let m1 = new SparseMatrix([
Expand Down

0 comments on commit ce24d49

Please sign in to comment.