Skip to content

Commit 7cb8320

Browse files
committed
chore: update modules
1 parent 7bb5b6e commit 7cb8320

File tree

11 files changed

+638
-175
lines changed

11 files changed

+638
-175
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
dist
3+
$*.ts

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
dist
3+
$*.ts

__tests__/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fetchClient from '@aspida/node-fetch'
2-
import { MockRoute, mockMethods, mockMiddleware, mockClient } from '../src'
32
import api from '../api/$api'
3+
import { MockRoute, mockClient, mockMethods, mockMiddleware } from '../src'
44

55
describe('initialize', () => {
66
const adapter = mockClient(fetchClient())

__tests__/units.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { HttpMethod } from 'aspida'
2+
import { MockRequestConfigAndValues, printLog } from '../src/'
23
import { createValues } from '../src/utils'
3-
import { printLog, MockRequestConfigAndValues } from '../src/'
44

55
describe('unit tests', () => {
66
test('createValues', () => {

0 commit comments

Comments
 (0)