8000 GitHub - klzns/jasmine-flight: Fork of jasmine-flight for Flight Standalone
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

klzns/jasmine-flight

 
 

Repository files navigation

jasmine-flight-standalone Build Status

Fork of jasmine-flight for Flight Standalone

Usage:

'use strict';

describeComponent('component/Example', AddressList, function () {

  // Initialize the component and attach it to the DOM
  beforeEach(function () {
    setupComponent();
  });

  it('should be defined', function () {
    expect(this.component).toBeDefined();
  });

  it('should do something', function () {
    expect(true).toBe(false);
  });

});

About

Fork of jasmine-flight for Flight Standalone

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0