import parseBase64 from '../../../utils/parse-base64'; import { module, test } from 'qunit'; module('parseBase64'); // Replace this with your real tests. test('it works', function(assert) { var result = parseBase64('123'); assert.ok(result); });