210
|
1 |
import { shortDate } from 'app-client/helpers/short-date'; |
|
2 |
import { module, test } from 'qunit'; |
|
3 |
|
|
4 |
module('Unit | Helper | short date'); |
|
5 |
|
|
6 |
// Replace this with your real tests. |
|
7 |
test('it works', function(assert) { |
|
8 |
let result = shortDate([42]); |
|
9 |
assert.ok(result); |
|
10 |
}); |