From f1634b9d02f3c5c4c622287aae93dccefb816c94 Mon Sep 17 00:00:00 2001 From: Julien Blin Date: Mon, 4 Jun 2018 21:31:24 -0400 Subject: [PATCH] Adjustments post-merge. --- .vscode/settings.json | 1 + test/unit/builder-test.ts | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d5b5489..e885bb8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,7 @@ "Serverless", "cobertura", "memoized", + "middlewares", "opiniated", "prebuild" ], diff --git a/test/unit/builder-test.ts b/test/unit/builder-test.ts index 366373b..b029ec6 100644 --- a/test/unit/builder-test.ts +++ b/test/unit/builder-test.ts @@ -1,8 +1,8 @@ +import { lambdaProxy } from "@src/builder"; +import { randomStr } from "@src/utils"; import * as awsLambda from "aws-lambda"; import { expect } from "chai"; import * as HttpStatusCodes from "http-status-codes"; -import { lambdaProxy } from "../../src/builder"; -import { randomStr } from "../../src/utils"; import { createLambdaContext } from "./lambda-helper-test"; describe("lambdaProxy", () => {