summaryrefslogtreecommitdiff
path: root/cli/tests/tla/d.js
blob: 2b5fd3c45b33f1abe39a3b6d25881174e7c7d6a5 (plain)
1
2
3
4
5
6
import order from "./order.js";

const end = Date.now() + 500;
while (end < Date.now()) {}

order.push("d");