We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ee35e commit 97469c8Copy full SHA for 97469c8
lib/deploy/events/apiGateway/iamRole.test.js
@@ -4,7 +4,6 @@ const expect = require('chai').expect;
4
const Serverless = require('serverless/lib/Serverless');
5
const AwsProvider = require('serverless/lib/plugins/aws/provider/awsProvider');
6
const ServerlessStepFunctions = require('./../../../index');
7
-const path = require('path');
8
9
describe('#compileHttpIamRole()', () => {
10
let serverless;
0 commit comments