test: add vtu style plugin (#8132)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import './plugin';
|
||||
|
||||
// promisify setTimeout
|
||||
export function later(delay = 0): Promise<void> {
|
||||
return new Promise((resolve) => {
|
||||
|
||||
Reference in New Issue
Block a user