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