UNPKG

@neume-network/core

Version:

neume network is a community-owned network to scale music and web3 - connecting Artist DAOs, Tokens, NFTs and whatever comes next.

9 lines (6 loc) 166 B
// @format import test from "ava"; import { __dirname } from "../src/node_filler.mjs"; test("getting __filename and __dirname", (t) => { t.truthy(__dirname); });