UNPKG
@making-sense/antlr-editor
Version:
latest (2.5.0)
2.5.0
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
ANTLR Typescript editor
github.com/Making-Sense-Info/ANTLR-Editor
Making-Sense-Info/ANTLR-Editor
@making-sense/antlr-editor
/
tests
/
sample.test.js
9 lines
•
294 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
vitest_1 =
require
(
"vitest"
); (
0
, vitest_1.
describe
)(
"Sample"
,
() =>
{ (
0
, vitest_1.
it
)(
"T"
,
async
() => { (
0
, vitest_1.
expect
)(
true
).
toBeTruthy
(); }); });
//# sourceMappingURL=sample.test.js.map