UNPKG

108 BJavaScriptView Raw
1export const after = (server) => {
2 server.context.doc = server.context.project.document('EXAMPLE.spec')
3}