forked from GitHub/gf-core
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', () => {
|
||||
const e1 = PGF.readExpr('123')
|
||||
const e2 = new PGF.ExprLit(123)
|
||||
|
||||
Reference in New Issue
Block a user