mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
✌️
This commit is contained in:
parent
794a39304b
commit
382cd35ddb
10
test/text.ts
10
test/text.ts
@ -1,11 +1,7 @@
|
||||
/**
|
||||
* Text Tests!
|
||||
*/
|
||||
import * as assert from 'assert';
|
||||
|
||||
const assert = require('assert');
|
||||
|
||||
const analyze = require('../built/text/parse').default;
|
||||
const syntaxhighlighter = require('../built/text/parse/core/syntax-highlighter').default;
|
||||
import analyze from '../src/text/parse';
|
||||
import syntaxhighlighter from '../src/text/parse/core/syntax-highlighter';
|
||||
|
||||
describe('Text', () => {
|
||||
it('can be analyzed', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user