mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-16 21:04:34 +00:00
overhaul tests
This commit is contained in:
3
test/apps/basics/src/routes/b/index.json.js
Normal file
3
test/apps/basics/src/routes/b/index.json.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export function get(req, res) {
|
||||
res.end(JSON.stringify('b'));
|
||||
}
|
||||
Reference in New Issue
Block a user