Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
ensure test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nfour committed Aug 23, 2018
1 parent 22c6209 commit e16fc80
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
@@ -1,4 +1,5 @@
{
"editor.formatOnPaste": true,
"editor.minimap.enabled": true
"editor.minimap.enabled": true,
"typescript.tsdk": "node_modules/typescript/lib"
}
3 changes: 3 additions & 0 deletions test/1.0/functions/one/handler.js
Expand Up @@ -4,6 +4,9 @@ import { typeOf } from 'lutils';
import Promise from 'bluebird';
import number from '../../lib/one';

import 'notamodulke'


export const handler = async (event, context, done) => {
console.log({ number });
console.log({ env: process.env });
Expand Down
1 change: 0 additions & 1 deletion test/1.0/node_modules/serverless-build-plugin

This file was deleted.

1 change: 1 addition & 0 deletions test/1.0/node_modules/serverless-build-plugin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions test/1.0/serverless.build.yml
@@ -1,9 +1,9 @@
# method: file
# tryFiles:
# - webpack.config.js
# - gulpfile.babel.js
method: file
tryFiles:
- webpack.config.js
- gulpfile.babel.js

method: bundle
# method: bundle

sourceMaps : true
babel : true
Expand Down

0 comments on commit e16fc80

Please sign in to comment.