mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Convert a few miscellaneous test files to typescript GitOrigin-RevId: 7bdff61098988f9ff20735da213330ba2168b0ad
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
import { resetMeta } from './helpers/reset-meta'
|
|
|
|
beforeEach(function () {
|
|
resetMeta()
|
|
})
|