feat(ci): Set up GitHub Actions workflows for CI/CD
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import { expect, tap } from '@push.rocks/tapbundle';
|
||||
|
||||
import * as smartstatus from '../ts/index';
|
||||
import * as smartstatus from '../ts/index.js';
|
||||
|
||||
tap.test('should get a status by codeString', async () => {
|
||||
const status = smartstatus.HttpStatus.getHttpStatusByString('404');
|
||||
|
Reference in New Issue
Block a user