aboutsummaryrefslogtreecommitdiff
path: root/test/js/module/order.js
blob: ce5e53ec39f0a0c2fd805a76b2e881d6b6ae6c0b (plain)
1
2
3
4
5
6
7
if (!globalThis.stages) {
    globalThis.stages = [];
}

globalThis.stages.push('order');

export default 1;