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