remove node_modules and .gitignore them
This commit is contained in:
-16
@@ -1,16 +0,0 @@
|
||||
// test-helpers.ts
|
||||
function buildEvent(params) {
|
||||
return {
|
||||
id: "",
|
||||
kind: 1,
|
||||
pubkey: "",
|
||||
created_at: 0,
|
||||
content: "",
|
||||
tags: [],
|
||||
sig: "",
|
||||
...params
|
||||
};
|
||||
}
|
||||
export {
|
||||
buildEvent
|
||||
};
|
||||
Reference in New Issue
Block a user