6 ms·
This is the point I was getting at. Not that this style is bad or good (I think it is good) but that these aren't tests that span modules. It is common practic
by bnorton 14y ago
This is the point I was getting at. Not that this style is bad or good (I think it is good) but that these aren't tests that span modules.
It is common practice (and a good one) to mock the server from the JS perspective as to isolate it, but I dont think this in itself gives it integration test status.