Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raararaara committed Oct 22, 2024
1 parent dc4a048 commit aa9f92f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/sdk/test/integration/document_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import yorkie, {
Text,
JSONArray,
SyncMode,
PrimitiveValue,
Tree,
JSONElement,
} from '@yorkie-js-sdk/src/yorkie';
Expand All @@ -25,8 +24,7 @@ import {
import { OperationInfo } from '@yorkie-js-sdk/src/document/operation/operation';
import { YorkieError } from '@yorkie-js-sdk/src/util/error';
import { CounterType } from '@yorkie-js-sdk/src/document/crdt/counter';
import {LeafElement} from "@yorkie-js-sdk/src/document/json/element";
import Long from "long";
import Long from 'long';

describe('Document', function () {
afterEach(() => {
Expand Down

0 comments on commit aa9f92f

Please sign in to comment.