mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
fixed conflict
This commit is contained in:
commit
44b09de153
@ -4,7 +4,7 @@ const path = require('path');
|
||||
const expect = require('chai').expect;
|
||||
const Utils = require('../../../../utils/index');
|
||||
|
||||
describe('AWS - CloudWathEvent: Multiple events with multiple functions', () => {
|
||||
describe('AWS - CloudWatch Event: Multiple events with multiple functions', () => {
|
||||
beforeAll(() => {
|
||||
Utils.createTestService('aws-nodejs', path.join(__dirname, 'service'));
|
||||
Utils.deployService();
|
||||
|
||||
@ -4,7 +4,7 @@ const path = require('path');
|
||||
const expect = require('chai').expect;
|
||||
const Utils = require('../../../../utils/index');
|
||||
|
||||
describe('AWS - CloudWathEvent: multiple events with single function', () => {
|
||||
describe('AWS - CloudWatch Event: Multiple events with single function', () => {
|
||||
beforeAll(() => {
|
||||
Utils.createTestService('aws-nodejs', path.join(__dirname, 'service'));
|
||||
Utils.deployService();
|
||||
|
||||
@ -4,7 +4,7 @@ const path = require('path');
|
||||
const expect = require('chai').expect;
|
||||
const Utils = require('../../../../utils/index');
|
||||
|
||||
describe('AWS - CloudWathEvent: Single event with multiple functions', () => {
|
||||
describe('AWS - CloudWatch Event: Single event with multiple functions', () => {
|
||||
beforeAll(() => {
|
||||
Utils.createTestService('aws-nodejs', path.join(__dirname, 'service'));
|
||||
Utils.deployService();
|
||||
|
||||
@ -4,7 +4,7 @@ const path = require('path');
|
||||
const expect = require('chai').expect;
|
||||
const Utils = require('../../../../utils/index');
|
||||
|
||||
describe('AWS - CloudWathEvent: Single event with single function', () => {
|
||||
describe('AWS - CloudWatch Event: Single event with single function', () => {
|
||||
beforeAll(() => {
|
||||
Utils.createTestService('aws-nodejs', path.join(__dirname, 'service'));
|
||||
Utils.deployService();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user