mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
✌️
This commit is contained in:
parent
794a39304b
commit
382cd35ddb
1 changed files with 3 additions and 7 deletions
10
test/text.ts
10
test/text.ts
|
@ -1,11 +1,7 @@
|
||||||
/**
|
import * as assert from 'assert';
|
||||||
* Text Tests!
|
|
||||||
*/
|
|
||||||
|
|
||||||
const assert = require('assert');
|
import analyze from '../src/text/parse';
|
||||||
|
import syntaxhighlighter from '../src/text/parse/core/syntax-highlighter';
|
||||||
const analyze = require('../built/text/parse').default;
|
|
||||||
const syntaxhighlighter = require('../built/text/parse/core/syntax-highlighter').default;
|
|
||||||
|
|
||||||
describe('Text', () => {
|
describe('Text', () => {
|
||||||
it('can be analyzed', () => {
|
it('can be analyzed', () => {
|
||||||
|
|
Loading…
Reference in a new issue