e2e интеграционные тесты
This commit is contained in:
@@ -22,7 +22,7 @@ describe('Generated Client', () => {
|
||||
});
|
||||
|
||||
describe('компиляция TypeScript', () => {
|
||||
test.skip('сгенерированный код должен компилироваться без ошибок', async () => {
|
||||
test('сгенерированный код должен компилироваться без ошибок', async () => {
|
||||
const outputPath = join(tempDir, 'output');
|
||||
const config: GeneratorConfig = {
|
||||
inputPath: FIXTURES.VALID,
|
||||
@@ -40,7 +40,7 @@ describe('Generated Client', () => {
|
||||
expect(exitCode).toBe(0);
|
||||
}, 30000);
|
||||
|
||||
test.skip('должны отсутствовать TypeScript ошибки', async () => {
|
||||
test('должны отсутствовать TypeScript ошибки', async () => {
|
||||
const outputPath = join(tempDir, 'output');
|
||||
const config: GeneratorConfig = {
|
||||
inputPath: FIXTURES.VALID,
|
||||
@@ -161,7 +161,7 @@ describe('Generated Client', () => {
|
||||
});
|
||||
|
||||
describe('различные форматы спецификаций', () => {
|
||||
test.skip('должен работать с минимальной спецификацией', async () => {
|
||||
test('должен работать с минимальной спецификацией', async () => {
|
||||
const outputPath = join(tempDir, 'output');
|
||||
const config: GeneratorConfig = {
|
||||
inputPath: FIXTURES.MINIMAL,
|
||||
|
||||
Reference in New Issue
Block a user