refactor TestRegister and some test suite functions into common area

This commit is contained in:
d98762625 2019-01-04 10:29:27 +00:00
parent a4de937eb6
commit f22e9ceec6
64 changed files with 211 additions and 175 deletions

View file

@ -5,7 +5,7 @@
* @copyright Crown Copyright 2017
* @license Apache-2.0
*/
import TestRegister from "../TestRegister";
import TestRegister from "../../lib/TestRegister";
const ALL_BYTES = [
"\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f",