mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
test: Improve test title
This commit is contained in:
parent
ad63a8f732
commit
2f3d33d347
@ -8,7 +8,7 @@ chai.use(require('chai-as-promised'));
|
||||
const expect = chai.expect;
|
||||
const FUNCTION_NAME_PATTERN = '^[a-zA-Z0-9-_]+$';
|
||||
|
||||
describe('ConfigSchemaHandler', () => {
|
||||
describe('test/unit/lib/classes/ConfigSchemaHandler/index.test.js', () => {
|
||||
describe('#constructor', () => {
|
||||
it('should freeze parts of schema for service', () => {
|
||||
return runServerless({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user