mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-14 17:14:41 +08:00
9 lines
141 B
JavaScript
9 lines
141 B
JavaScript
/// <reference types="cypress" />
|
|
|
|
import generateNodeTests from "../fixtures/testUtilities.js"
|
|
|
|
const tests = [
|
|
]
|
|
|
|
generateNodeTests(tests)
|