Kiran Mali
Kiran Mali
`app.close(done)` works for me. ``` // index.js const app = express(); const server = require('http').Server(app); . . . server.listen(3000, () => { }); module.exports = server; ``` ``` // test.js...
Thanks to Miro. But as it is not updated on npm so I did the manual setup. description is here https://stackoverflow.com/questions/62653523/sinon-mongoose-is-not-working-with-sinon-9/62654152#62654152 I hope it will help someone.
@christian-hawk mate, there is no PR for oxauth. we need to make one for oxauth. could you please do this or give me some more time? I am working on...
> @kdhttps while I do understand the importance of Clean Architecture and writing sufficient tests, can we get something that works first then we can start the polish work? I'll...
> @kdhttps, can we agree then that the tests are not final and are written to fail. agreed! it is ok if tests fail but we will get an idea...
@sokorototo you can check out the [cedar-wasm code](https://github.com/cedar-policy/cedar/blob/main/cedar-wasm/src/schema_and_entities_and_context.rs), it is a good example of TDD. It has small functions, accepting everything in parameters and respecting true/false test cases. The goal...
> Looks good to me. @kdhttps can you check functionality and JS bindings? @sokorototo I am getting this on my HTML page.  My JS Code looks like: ``` import...
ok, thanks but now getting this @sokorototo . 
I investigate the `cedarling.js`. It is not invoking the wasm binary load function. so I manually added it to my HTML page. Not sure if this way is right or...
1. Yes, we need it in both cases. There is a high probability that the user can directly try to call APIs using an Admin-UI session or a token. 2....