mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
Remove 'only' from test suite
This commit is contained in:
@@ -209,7 +209,7 @@ describe('abstract syntax', () => {
|
|||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
describe.only('expressions', () => {
|
describe('expressions', () => {
|
||||||
test('small integer', () => {
|
test('small integer', () => {
|
||||||
const e1 = PGF.readExpr('123')
|
const e1 = PGF.readExpr('123')
|
||||||
const e2 = new PGF.ExprLit(123)
|
const e2 = new PGF.ExprLit(123)
|
||||||
|
|||||||
Reference in New Issue
Block a user