Skip to content

Commit

Permalink
fix: cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Sep 2, 2023
1 parent 3a20b35 commit b776727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createHttpRequest } from '@midwayjs/mock';
import { Application } from '@midwayjs/faas';
import { getApp } from './setup.js';
import { getApp } from './setup';
import * as assert from 'assert';

describe('test/index.test.ts', () => {
Expand Down

0 comments on commit b776727

Please sign in to comment.