UNPKG

@hanzifinder-chao/networkxjs

Version:

A JavaScript library for graph data structures and algorithms, inspired by Python's NetworkX.

7 lines 126 B
// jest.config.cjs module.exports = { "testEnvironment": "node", "transform": { "^.+\\.js$": "babel-jest" } };