Skip to content

Commit

Permalink
Update secret.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin authored Jan 30, 2025
1 parent f1e0c04 commit 9be6e7d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions secret/secret.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ namespace $ {

},

async 'Set and get value in deep kid'( $ ) {
// async 'Set and get value in deep kid'( $ ) {

const land = $.$hyoo_crus_glob.home().land()
const secret = land.Node( $hyoo_bunker_secret ).Item('')
// const land = $.$hyoo_crus_glob.home().land()
// const secret = land.Node( $hyoo_bunker_secret ).Item('')

const kid = (await $mol_wire_async(secret).kid( ['kid1', 'kid2', 'kid3'], 'auto' ))!
// const kid = (await $mol_wire_async(secret).kid( ['kid1', 'kid2', 'kid3'], 'auto' ))!

await $mol_wire_async(kid).value( 'kid3-value' )
// await $mol_wire_async(kid).value( 'kid3-value' )

$mol_assert_equal( kid.value(), 'kid3-value' )
// $mol_assert_equal( kid.value(), 'kid3-value' )

},
// },

})

Expand Down

0 comments on commit 9be6e7d

Please sign in to comment.