mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
test: Upgrade to new runServerless version
This commit is contained in:
parent
6dd39968f2
commit
2d1b56b59f
@ -1,5 +1,6 @@
|
||||
/.nyc_output
|
||||
/coverage
|
||||
/test/fixtures/configSyntaxError/serverless.yml
|
||||
/test/fixtures/cli/configSyntaxError/serverless.yml
|
||||
/test/unit/lib/configuration/variables/sources/fixture/invalid.json
|
||||
/test/unit/lib/configuration/variables/sources/fixture/invalid.yml
|
||||
!/test/fixtures/programmatic/locallyInstalledServerless/node_modules/**
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^12.1.1",
|
||||
"@serverless/eslint-config": "^3.0.0",
|
||||
"@serverless/test": "^7.11.0",
|
||||
"@serverless/test": "^8.0.0",
|
||||
"chai": "^4.3.4",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"cos-nodejs-sdk-v5": "^2.9.13",
|
||||
@ -121,7 +121,8 @@
|
||||
"eslintIgnore": [
|
||||
"!/.github",
|
||||
"/lib/plugins/create/templates/**",
|
||||
"/lib/plugins/aws/customResources/node_modules/**"
|
||||
"/lib/plugins/aws/customResources/node_modules/**",
|
||||
"!/test/fixtures/programmatic/locallyInstalledServerless/node_modules/**"
|
||||
],
|
||||
"mocha": {
|
||||
"require": [
|
||||
|
||||
1
test/fixtures/programmatic/blank/serverless.yml
vendored
Normal file
1
test/fixtures/programmatic/blank/serverless.yml
vendored
Normal file
@ -0,0 +1 @@
|
||||
{}
|
||||
3
test/fixtures/programmatic/index.js
vendored
Normal file
3
test/fixtures/programmatic/index.js
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = require('@serverless/test/setup-fixtures-engine')(__dirname);
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user