require nonlocal ascjs module in test

Last-Update: 2021-11-04

Gbp-Pq: Name 2003_ascjs_test_nonlocal_module.patch
This commit is contained in:
Jonas Smedegaard 2022-07-16 11:47:25 +08:00 committed by Lu zhiping
parent 851a1d3abd
commit 57aca10dd6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const ascjs = require('./index.js');
const ascjs = require('ascjs');
const bold = text => `\x1B[1m${text}\x1B[0m`;