mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Nebulas. Add test spec. Replace nebulas.js by account part of nebulas.js only.
This commit is contained in:
@@ -991,6 +991,13 @@ it('Allows selection of Navcoin', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of Nebulas', function(done) {
|
||||
var params = {
|
||||
selectText: "NAS - Nebulas",
|
||||
firstAddress: "n1PbK61DGBfDoDusLw621G6sVSMfLLHdfnm",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of Neoscoin', function(done) {
|
||||
var params = {
|
||||
selectText: "NEOS - Neoscoin",
|
||||
|
||||
Reference in New Issue
Block a user