migrate to "export default"
also, set no-use-before-define in linter
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* jslint node:true */
|
||||
|
||||
import expect from 'expect.js';
|
||||
import * as translations from '../translations.js';
|
||||
import translations from '../translations.js';
|
||||
|
||||
/* global it:false */
|
||||
/* global describe:false */
|
||||
|
||||
Reference in New Issue
Block a user