changeset 502 | 74fba571487e |
501:7b2dcd2b31c1 | 502:74fba571487e |
---|---|
1 |
|
2 import { newlinesBr } from 'app-client/helpers/newlines-br'; |
|
3 import { module, test } from 'qunit'; |
|
4 |
|
5 module('Unit | Helper | newlines br'); |
|
6 |
|
7 // Replace this with your real tests. |
|
8 test('it works', function(assert) { |
|
9 let result = newlinesBr([42]); |
|
10 assert.ok(result); |
|
11 }); |
|
12 |