Added tests for helpers and components. All react components are now ES5.
This commit is contained in:
10
tests/helpers/changeExtensionTooltip.spec.js
Normal file
10
tests/helpers/changeExtensionTooltip.spec.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var chai = require('chai');
|
||||
var expect = chai.expect;
|
||||
|
||||
import changeExtensionTooltip from '../../assets/js/helpers/changeExtensionTooltip';
|
||||
|
||||
describe('changeExtensionTooltip', function() {
|
||||
it('should be a function', function() {
|
||||
expect(changeExtensionTooltip).to.be.a('function');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user