mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-02 20:11:54 +08:00
Perf: speed up infra
This commit is contained in:
@@ -2,6 +2,7 @@ require('chai').should();
|
||||
|
||||
const Trie = require('./trie');
|
||||
const assert = require('assert');
|
||||
const { describe, it } = require('mocha');
|
||||
|
||||
describe('Trie', () => {
|
||||
it('should be possible to add items to a Trie.', () => {
|
||||
|
||||
Reference in New Issue
Block a user