Skip to content

Commit

Permalink
test(base): update test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 18, 2023
1 parent 44150e2 commit 9cfff47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/base/test/base.test.ts
@@ -1,9 +1,9 @@
/** @jest-environment node */
import { TypeNexus, TypeNexusOptions } from 'typenexus';
import supertest from 'supertest';
import { UserController } from '../dist/controller/User.js';
import { Session } from '../dist/entity/Session.js';
import { User } from '../dist/entity/User.js';
import { UserController } from '../dist/user.controller.js';
import { Session } from '../dist/session.entity.js';
import { User } from '../dist/user.entity.js';

const options: TypeNexusOptions = {
dataSourceOptions: {
Expand Down

0 comments on commit 9cfff47

Please sign in to comment.