summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-05 12:00:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-05 12:00:39 +0900
commit17a23c3eb508bd15bc68999f448224eb7cc64354 (patch)
treeef7ece8bf80ea957981856746b30be9beac544af /test
parentClean up :sparkles: (diff)
downloadmisskey-17a23c3eb508bd15bc68999f448224eb7cc64354.tar.gz
misskey-17a23c3eb508bd15bc68999f448224eb7cc64354.tar.bz2
misskey-17a23c3eb508bd15bc68999f448224eb7cc64354.zip
Use cafy
Diffstat (limited to 'test')
-rw-r--r--test/it.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/it.js b/test/it.js
deleted file mode 100644
index ba3d30bde8..0000000000
--- a/test/it.js
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * it Tests!
- */
-
-const assert = require('assert');
-
-const _it = require('../built/api/it').default;
-/*
-describe('it', () => {
- it('it must be a string', () => {
- const [val, err] = _it(42).must.be.a.string().qed();
- assert.eql
- });
-});
-*/