test: add vtu style plugin (#8132)

This commit is contained in:
neverland
2021-02-11 12:19:21 +08:00
committed by GitHub
parent a41b2c03bd
commit 58cb5b6d6b
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
import './plugin';
// promisify setTimeout
export function later(delay = 0): Promise<void> {
return new Promise((resolve) => {