format
This commit is contained in:
parent
ae25992806
commit
007bb2029d
@ -7,7 +7,6 @@ cache:
|
||||
key: "$CI_BUILD_STAGE"
|
||||
|
||||
stages:
|
||||
- mirror
|
||||
- security
|
||||
- test
|
||||
- release
|
||||
@ -15,13 +14,13 @@ stages:
|
||||
- pages
|
||||
|
||||
mirror:
|
||||
stage: mirror
|
||||
stage: security
|
||||
script:
|
||||
- npmci git mirror
|
||||
tags:
|
||||
- docker
|
||||
|
||||
security:
|
||||
snyk:
|
||||
stage: security
|
||||
script:
|
||||
- npmci command yarn global add snyk
|
||||
|
10
test/test.ts
10
test/test.ts
@ -1,8 +1,8 @@
|
||||
import { expect, tap } from 'tapbundle'
|
||||
import * as beautyfiglet from '../ts/index'
|
||||
import { expect, tap } from 'tapbundle';
|
||||
import * as beautyfiglet from '../ts/index';
|
||||
|
||||
tap.test('first test', async () => {
|
||||
console.log(beautyfiglet.standardExport)
|
||||
})
|
||||
console.log(beautyfiglet.standardExport);
|
||||
});
|
||||
|
||||
tap.start()
|
||||
tap.start();
|
||||
|
@ -1,4 +1,2 @@
|
||||
const removeme = {};
|
||||
export {
|
||||
removeme
|
||||
}
|
||||
export { removeme };
|
||||
|
Loading…
Reference in New Issue
Block a user