bardjs icon indicating copy to clipboard operation
bardjs copied to clipboard

Spec helpers for testing angular v.1.x apps with Mocha, Jasmine and QUnit

Results 21 bardjs issues
Sort by recently updated
recently updated
newest added

This fails (apologies for the whitespace issues) ``` class MyService { doAThing(){ return 'bad'; } } //// bard.appModule('app'); bard.inject(this, 'MyService'); bard.mockService(MyService, { _default: false }); it('returns the proper values', ()=>...

Thanks for maintaining this project and addressing the sinon issue. Can you please publish v0.1.10 to the npm repository?

I'll warn you first that I'm a little new to typescript, so I might just have something wrong. I'm using Definitely Typed typings with Bardjs, and I'm using Jasmine as...

Hi Thanks for creating this, really helps.. I'm facing issue when tried to write unit-tests for a service, I need to mock the dependencies services that I need for this...

Hello @wardbell and contributors. I love how Bard allows injected services to be promoted to globals and makes the test relatively free from noise boilerplate instrumentation. But when I got...

I no longer do AngularJS (aka Angular v.1.x) work and haven't for a while. That's why I haven't kept up on this library which isn't fair to all of you...

Just starting to use bardjs and I donnot know how to set up the test for this test controller, how to inject $scope. **Controller example** ``` (function () { 'use...

Like many others I am starting to work on and test angular 1.5. The component option is very nice, but right now the only way to test it is with...

Hello I can't install bardjs. I get the following error: Not compatible with your operating system or architecture: [email protected] My system: node v5.12.0 npm v3.8.6 OSX El Capitan 10.11.6 I...

Is there any way to integrate bardjs to ESLint?