- Fixed small typo in tests

This commit is contained in:
Ferdi Koomen 2022-01-28 15:17:21 +01:00
parent 16cc25bf1e
commit ac62141454
3 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@ import { compileWithTypescript } from './scripts/compileWithTypescript';
import { generateClient } from './scripts/generateClient';
import server from './scripts/server';
describe('client.node', () => {
describe('client.axios', () => {
beforeAll(async () => {
cleanup('client/axios');
await generateClient('client/axios', 'v3', 'axios', false, false, 'AppClient');

View File

@ -1,5 +1,3 @@
// import browser from './scripts/browser';
// import { compileWithTypescript } from './scripts/compileWithTypescript';
import browser from './scripts/browser';
import { buildAngularProject } from './scripts/buildAngularProject';
import { cleanup } from './scripts/cleanup';

View File

@ -3,7 +3,7 @@ import { compileWithTypescript } from './scripts/compileWithTypescript';
import { generateClient } from './scripts/generateClient';
import server from './scripts/server';
describe('v2.node', () => {
describe('v2.axios', () => {
beforeAll(async () => {
cleanup('v2/axios');
await generateClient('v2/axios', 'v2', 'axios');