summaryrefslogtreecommitdiff
path: root/tests/specs/run/workspaces/wildcard/main.ts
blob: e69143370d70656e4df3310c1933ed6682692039 (plain)
1
2
3
4
5
import chalk from "chalk";
import "./packages/foo/mod.ts";
import "./packages/bar/mod.ts";

console.log(chalk);