UNPKG
eth-typed-data
Version:
alpha (0.0.1)
latest (0.1.0-beta.0)
0.1.0-beta.0
0.0.1
A library to simplifiy interacting with and signing EIP712 typed data
eth-typed-data
/
lib
/
Domain.test.js
9 lines
(6 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
var
_interopRequireDefault =
require
(
"@babel/runtime/helpers/interopRequireDefault"
);
var
_Domain =
_interopRequireDefault
(
require
(
"./Domain"
));
describe
(
'EIP712Domain'
,
function
(
) {
it
(
'creates'
,
function
(
) {}); });