import encodeDecodeURIComponentWithSpace from 'wherehows-web/utils/encode-decode-uri-component-with-space'; import { module, test } from 'qunit'; module('Unit | Utility | encode decode uri component with space'); // Replace this with your real tests. test('it works', function(assert) { let result = encodeDecodeURIComponentWithSpace(); assert.ok(result); });