Skip to content

Commit

Permalink
Adjustments post-merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
julienblin committed Jun 5, 2018
1 parent f4cf0d5 commit f1634b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Serverless",
"cobertura",
"memoized",
"middlewares",
"opiniated",
"prebuild"
],
Expand Down
4 changes: 2 additions & 2 deletions test/unit/builder-test.ts
Original file line number Diff line number Diff line change
@@ -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", () => {
Expand Down

0 comments on commit f1634b9

Please sign in to comment.