Skip to content

Commit ac62141

Browse files
committed
- Fixed small typo in tests
1 parent 16cc25b commit ac62141

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Diff for: test/e2e/client.axios.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { compileWithTypescript } from './scripts/compileWithTypescript';
33
import { generateClient } from './scripts/generateClient';
44
import server from './scripts/server';
55

6-
describe('client.node', () => {
6+
describe('client.axios', () => {
77
beforeAll(async () => {
88
cleanup('client/axios');
99
await generateClient('client/axios', 'v3', 'axios', false, false, 'AppClient');

Diff for: test/e2e/v2.angular.spec.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// import browser from './scripts/browser';
2-
// import { compileWithTypescript } from './scripts/compileWithTypescript';
31
import browser from './scripts/browser';
42
import { buildAngularProject } from './scripts/buildAngularProject';
53
import { cleanup } from './scripts/cleanup';

Diff for: test/e2e/v2.axios.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { compileWithTypescript } from './scripts/compileWithTypescript';
33
import { generateClient } from './scripts/generateClient';
44
import server from './scripts/server';
55

6-
describe('v2.node', () => {
6+
describe('v2.axios', () => {
77
beforeAll(async () => {
88
cleanup('v2/axios');
99
await generateClient('v2/axios', 'v2', 'axios');

0 commit comments

Comments
 (0)