Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jul 15, 2023
1 parent 9913126 commit b83e572
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/fuzz/tableEmbed.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import TableEmbed, {
TableRowColumnOp,
} from '../../modules/tableEmbed';
import { choose, randomInt } from './__helpers__/utils';
import { describe, expect, test } from 'vitest';
import { beforeAll } from 'vitest';
import { beforeAll, describe, expect, test } from 'vitest';

const getRandomRowColumnId = () => {
const characters = 'abcdefghijklmnopqrstuvwxyz0123456789';
Expand Down

0 comments on commit b83e572

Please sign in to comment.