mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-16 20:08:50 +00:00
turn Kind enum into a simple object with numbers.
This commit is contained in:
@@ -14,7 +14,7 @@ import { getPublicKey } from './keys.ts'
|
||||
describe('Event', () => {
|
||||
describe('getBlankEvent', () => {
|
||||
it('should return a blank event object', () => {
|
||||
expect(getBlankEvent()).toEqual({
|
||||
expect(getBlankEvent(255)).toEqual({
|
||||
kind: 255,
|
||||
content: '',
|
||||
tags: [],
|
||||
|
||||
Reference in New Issue
Block a user