test: Improve titles

This commit is contained in:
Mariusz Nowak 2021-04-20 14:38:41 +02:00 committed by Mariusz Nowak
parent c4c60d1952
commit fefbc20c2f

View File

@ -222,7 +222,7 @@ describe('Serverless', () => {
});
});
describe('Serverless [new tests]', () => {
describe('test/unit/lib/Serverless.test.js', () => {
describe('When local version available', () => {
describe('When running global version', () => {
it('Should fallback to local version when it is found and "enableLocalInstallationFallback" is not set', () =>
@ -337,7 +337,7 @@ describe('Serverless [new tests]', () => {
});
});
describe('Old variables engine initialiation', () => {
describe('Legacy API interface', () => {
let serverless;
before(async () => {