(rootURL)
| 666 | |
| 667 | describe('without proxy', function () { |
| 668 | function startServer(rootURL) { |
| 669 | return subject.start({ |
| 670 | environment: 'development', |
| 671 | host: undefined, |
| 672 | port: '1337', |
| 673 | rootURL: rootURL || '/', |
| 674 | }); |
| 675 | } |
| 676 | |
| 677 | it('serves index.html when file not found with auto/history location', function (done) { |
| 678 | startServer().then(function () { |
no test coverage detected
searching dependent graphs…