You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`https://github.com/que-etc/resize-observer-polyfill/blob/master/tests/node/ResizeObserver.spec.node.js`
vs
`https://github.com/que-etc/resize-observer-polyfill/blob/master/tests/ResizeObserver.spec.js`
Now our test case is distributed into two types: bare jasmine and jasmine with karma.
From perspective of concise, I suggest we should merge the above two types into jasmine with karma.
So can someone show me the motivation of this design?
The text was updated successfully, but these errors were encountered:
Hi, I have a question about the test cases.
Now our test case is distributed into two types:
bare jasmine
andjasmine with karma
.From perspective of concise, I suggest we should merge the above two types into
jasmine with karma
.So can someone show me the motivation of this design?
The text was updated successfully, but these errors were encountered: