Skip to content

Commit

Permalink
refactor: switch import for ModelOptions
Browse files Browse the repository at this point in the history
Now that it has exposed via ottoman in `ottoman.beta.2`
  • Loading branch information
bwgjoseph committed Jun 23, 2021
1 parent 550cc74 commit 4240da7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import errors from '@feathersjs/errors';
import feathers from '@feathersjs/feathers';
import assert from 'assert';
import {
getDefaultInstance, getModel, Ottoman, Schema, SearchConsistency,
getDefaultInstance, getModel, Ottoman, Schema, SearchConsistency, ModelOptions,
} from 'ottoman';
import { ModelOptions } from 'ottoman/lib/types/model/interfaces/create-model.interface';
import { Service } from '../src/index';
import customTestSuite from './methods.test';

Expand Down

0 comments on commit 4240da7

Please sign in to comment.