tests: forces consistent import syntax
This commit is contained in:
parent
7cac39633c
commit
7a740c2e7b
12 changed files with 126 additions and 44 deletions
test
|
@ -1,5 +1,5 @@
|
|||
var assert = require('assert')
|
||||
var convert = require('../').convert
|
||||
var convert = require('..').convert
|
||||
|
||||
describe('convert', function() {
|
||||
describe('byte array and word array conversions', function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue