fix: remove test

This commit is contained in:
ikechan8370 2023-03-30 16:48:08 +08:00
parent f368f4f040
commit 1f58ac5476

View file

@ -1,5 +1,5 @@
import _ from 'lodash' import _ from 'lodash'
import {segment} from "oicq"; // import {segment} from "oicq";
export const faceMap = { export const faceMap = {
0: '惊讶', 0: '惊讶',
1: '撇嘴', 1: '撇嘴',
@ -541,4 +541,4 @@ export function testConvertFaces () {
}) })
} }
testConvertFaces() // testConvertFaces()