Remove compiled test

This commit is contained in:
Roman Hotsiy 2017-11-20 12:03:58 +02:00
parent 3e3a57402f
commit c17178f28f
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 1 additions and 33 deletions

2
.gitignore vendored
View File

@ -22,7 +22,7 @@ node_modules
lib/
stats.json
e2e/build/
e2e/.build/
cypress/
bundles

View File

@ -1,31 +0,0 @@
describe('Standalone bundle test', function () {
describe('OAS3 mode', function () {
it('Render and check no errors', function () {
cy
.visit('e2e/standalone.html')
.get('.api-info')
.should('exist');
});
it('Render and click all the menu items', function () {
cy
.visit('e2e/standalone.html')
.get('.menu-content li')
.click({ multiple: true });
});
});
describe('OAS2 compatibility mode', function () {
it('Render and check no errors', function () {
cy
.visit('e2e/standalone.html')
.get('.api-info')
.should('exist');
});
it('Render and click all the menu items', function () {
cy
.visit('e2e/standalone.html')
.get('.menu-content li')
.click({ multiple: true });
});
});
});
//# sourceMappingURL=standalone.e2e.js.map

View File

@ -1 +0,0 @@
{"version":3,"file":"standalone.e2e.js","sourceRoot":"","sources":["../standalone.e2e.ts"],"names":[],"mappings":"AAAA,QAAQ,CAAC,wBAAwB,EAAE;IACjC,QAAQ,CAAC,WAAW,EAAE;QACpB,EAAE,CAAC,4BAA4B,EAAE;YAC/B,EAAE;iBACC,KAAK,CAAC,qBAAqB,CAAC;iBAC5B,GAAG,CAAC,WAAW,CAAC;iBAChB,MAAM,CAAC,OAAO,CAAC,CAAC;QACrB,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,qCAAqC,EAAE;YACxC,EAAE;iBACC,KAAK,CAAC,qBAAqB,CAAC;iBAC5B,GAAG,CAAC,kBAAkB,CAAC;iBACvB,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;QAC/B,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;IAEH,QAAQ,CAAC,yBAAyB,EAAE;QAClC,EAAE,CAAC,4BAA4B,EAAE;YAC/B,EAAE;iBACC,KAAK,CAAC,qBAAqB,CAAC;iBAC5B,GAAG,CAAC,WAAW,CAAC;iBAChB,MAAM,CAAC,OAAO,CAAC,CAAC;QACrB,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,qCAAqC,EAAE;YACxC,EAAE;iBACC,KAAK,CAAC,qBAAqB,CAAC;iBAC5B,GAAG,CAAC,kBAAkB,CAAC;iBACvB,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;QAC/B,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}