Commit 96630b34 authored by nanahira's avatar nanahira

testing

parent c61dca54
Pipeline #10015 passed with stages
in 1 minute and 44 seconds
......@@ -3,7 +3,7 @@
"description": "一个 Koishi 插件",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"types": "dist/src/index.d.ts",
"scripts": {
"lint": "eslint --fix .",
"build": "webpack && env PACK_ALL=1 webpack",
......
describe('Sample test.', () => {
it('should pass', () => {
expect(true).toBe(true);
});
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment