mirror of
https://github.com/greggman/twgl.js.git
synced 2026-01-25 14:57:59 +00:00
8 lines
231 B
JavaScript
8 lines
231 B
JavaScript
export const describe = window.describe;
|
|
export const it = window.it;
|
|
export const before = window.before;
|
|
export const after = window.after;
|
|
export const beforeEach = window.beforeEach;
|
|
export const afterEach = window.afterEach;
|
|
|