mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	Merge branch 'transia-hooks' into denis-uritoken
This commit is contained in:
		@@ -1,11 +1,6 @@
 | 
			
		||||
import { assert } from 'chai'
 | 
			
		||||
 | 
			
		||||
import {
 | 
			
		||||
  calculateHookOn,
 | 
			
		||||
  hexNamespace,
 | 
			
		||||
  hexHookParameters,
 | 
			
		||||
  TTS,
 | 
			
		||||
} from '../../src'
 | 
			
		||||
import { calculateHookOn, hexHookParameters, TTS } from '../../src'
 | 
			
		||||
 | 
			
		||||
describe('test hook on', function () {
 | 
			
		||||
  it('invalid', function () {
 | 
			
		||||
@@ -31,16 +26,6 @@ describe('test hook on', function () {
 | 
			
		||||
  })
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
describe('test hook namespace', function () {
 | 
			
		||||
  it('basic', async function () {
 | 
			
		||||
    const result = await hexNamespace('starter')
 | 
			
		||||
    assert.equal(
 | 
			
		||||
      result,
 | 
			
		||||
      '4FF9961269BF7630D32E15276569C94470174A5DA79FA567C0F62251AA9A36B9',
 | 
			
		||||
    )
 | 
			
		||||
  })
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
describe('test hook parameters', function () {
 | 
			
		||||
  it('basic', async function () {
 | 
			
		||||
    const parameters = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user