mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-28 18:20:42 +00:00
10 lines
192 B
JavaScript
10 lines
192 B
JavaScript
describe('superProductivity', function () {
|
|
'use strict';
|
|
|
|
beforeEach(module('superProductivity'));
|
|
|
|
it('should always work', function () {
|
|
expect(true)
|
|
.toBe(true);
|
|
});
|
|
});
|