migration of open-etc-friends-pool for use with Etica/EGAZ
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
304 B

import { formatDifficulty } from 'open-social-pool/helpers/format-difficulty';
import { module, test } from 'qunit';
module('Unit | Helper | format difficulty');
// Replace this with your real tests.
test('it works', function(assert) {
let result = formatDifficulty([42]);
assert.ok(result);
});