Files
taimed/node_modules/samsam/buster.js
2025-07-24 17:21:45 +08:00

21 lines
309 B
JavaScript

var config = module.exports;
config["browser"] = {
rootPath: ".",
environment: "browser",
src: [
"lib/samsam.js"
],
tests: [
"test/samsam-test.js"
]
};
config["node"] = {
rootPath: ".",
environment: "node",
tests: [
"test/samsam-test.js"
]
};