Hi, how could I set up tests that only call once t...
# javascript
a
Hi, how could I set up tests that only call once the constructor or just an initialization function, for now with a class it calls the constructor once per test and I depend on a library that have methods that should be only called once per project I'm using Karma as tests
it was as simple as just using an object x)