-
Hi all,
I hope this is my fault and not a bug
The problem is that if I run the test suite twice, the first time I've green, the second red and so on in alternation.
When is red, is the second test of…
Fed03 updated
9 years ago
-
Repo url of 346 libs (total: 1224 libs) need to be updated if been moved.
Need to be confirmed.
- [x] 6to5/6to5
- [x] Colourity/Fort.js
- [ ] andyet/ICanHaz.js
- [x] appendto/amplify
- [x] jmdobry/ang…
-
First, thanks for doing this.
Second, can you add an example of using sinon in an ember-cli test? I'm not sure I'm doing it right.
-
I am seeing an issue using sinon.useFakeTimers in conjunction with qunit (along with sinon-qunit - so I'm trying to play nice within the framework).
QUnit has a 13ms delay built in when start() is ca…
-
I am using the Chutzpah test adapter for Visual Studio, so I am limited to the version of QUnit it uses. However, using the code for sinon-QUnit integration does not allow async tests to proceed becau…
-
So, I was making tests for an app that I'm developing, using QUnit and Sinon, but my tests all began to fail.
It was because one my libs, iScroll, was not found for my tests cases, even though in the …
-
I'm trying to get V1 working, in the readme it says "Usage is pretty much the same as in version 0.*" however looking at the example index it looks like a ton of .js dependencies (Handelbars, Cycle2, …
-
After upgraging from version 1.7.3 to 1.8.0, we noticed that the performance of the "createStubInstance" method has decreased significantly (in about 3 times). Please run the following test under each…
-
In a test environment any kind of delay can be inconvenient, because it means interrupting the normal test runner flow. That in turn means that any related logic which fails will fail outside the te…
-
I just installed this gem, but it won't boot from the command line, i have tried everything... I did following steps:
- gem added
- rails generate teaspoon:install --framework=jasmine --coffee
- phant…