Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
CordlessWool committed Jan 31, 2024
1 parent d7f3b61 commit 896e5e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/editor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { LoomFile } from './file';
import * as fs from 'node:fs/promises';
import { faker } from '@faker-js/faker';
import { TextItemList } from './helper/textItemList';
import exp from 'node:constants';


function createEditor(testFile: string) {
const dir = new Directory(dirname(testFile));
Expand Down

0 comments on commit 896e5e0

Please sign in to comment.