mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 11:10:04 +00:00
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
describe('superProductivity.routes', function () {
|
|
'use strict';
|
|
|
|
beforeEach(module('superProductivity'));
|
|
|
|
it('should be defined', function () {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|