rename __tests__ to tests to fix #20
This commit is contained in:
10
tests/helpers/changeExtensionIcon.spec.js
Normal file
10
tests/helpers/changeExtensionIcon.spec.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var chai = require('chai');
|
||||
var expect = chai.expect;
|
||||
|
||||
import changeExtensionIcon from '../../assets/js/helpers/changeExtensionIcon';
|
||||
|
||||
describe('changeExtensionIcon', function() {
|
||||
it('should be a function', function() {
|
||||
expect(changeExtensionIcon).to.be.a('function');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user