katrotz/splitify

View on GitHub
packages/meteor-jasmine/test-app/tests/jasmine/server/integration/bound-environment-spec.js

Summary

Maintainability
A
0 mins
Test Coverage
describe('Server integration tests', function () {
  it('are bound to the Meteor environment', function () {
    expect(function () {
      a.find();
    }).not.toThrow();
  })
})