mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-04 13:50:39 +00:00
Use vitest globals (#27102)
Enable [globals](https://vitest.dev/config/#globals) in vitest, reducing the noise in test files.
This commit is contained in:
parent
5ef5a0ade6
commit
ee27b94b2c
15 changed files with 13 additions and 11 deletions
|
@ -1,4 +1,3 @@
|
|||
import {test, expect} from 'vitest';
|
||||
import {singleAnchorRegex, rangeAnchorRegex} from './repo-code.js';
|
||||
|
||||
test('singleAnchorRegex', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue