(filepath)
| 3 | const EleventyDevServer = require("../"); |
| 4 | |
| 5 | function testNormalizeFilePath(filepath) { |
| 6 | return filepath.split("/").join(path.sep); |
| 7 | } |
| 8 | |
| 9 | test("Url mappings for resource/index.html", async (t) => { |
| 10 | let server = new EleventyDevServer("test-server", "./test/stubs/"); |
no outgoing calls
no test coverage detected
searching dependent graphs…