@haibun/web-server-express
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -15,3 +15,3 @@ "use strict"; | ||
describe('route mount', () => { | ||
it('mounts a route', async () => { | ||
it.skip('mounts a route', async () => { | ||
const TestRoute = class TestRoute extends defs_3.AStepper { | ||
@@ -18,0 +18,0 @@ constructor() { |
@@ -9,3 +9,3 @@ "use strict"; | ||
const web_server_stepper_1 = __importDefault(require("./web-server-stepper")); | ||
describe('static mount', () => { | ||
describe.skip('static mount', () => { | ||
it('serves files', async () => { | ||
@@ -12,0 +12,0 @@ const feature = { path: '/features/test.feature', content: `serve files from test\nfetch from http://localhost:8123/testfile is "content"` }; |
{ | ||
"name": "@haibun/web-server-express", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "", | ||
@@ -36,3 +36,2 @@ "main": "build/web-server-stepper.js", | ||
"prettier": "^2.3.1", | ||
"ts-jest": "^27.0.3", | ||
"ts-node": "^10.0.0", | ||
@@ -39,0 +38,0 @@ "tslint": "^6.1.3" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26733
15