mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 01:36:22 +00:00
feat: tests
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup --dts",
|
||||
"format": "prettier .",
|
||||
"format:fix": "prettier --write .",
|
||||
"format": "prettier . --ignore-path ../../.gitignore",
|
||||
"format:fix": "prettier --write . --ignore-path ../../.gitignore",
|
||||
"lint": "eslint --ext .ts src/",
|
||||
"lint:fix": "eslint --fix --ext .ts src/"
|
||||
},
|
||||
|
||||
@@ -35,7 +35,7 @@ import {
|
||||
} from './types.js';
|
||||
import got from 'got';
|
||||
|
||||
export * from './types.js'
|
||||
export * from './types.js';
|
||||
|
||||
/**
|
||||
* Sleep for a number of milliseconds
|
||||
|
||||
Reference in New Issue
Block a user