MCPcopy Create free account
hub / github.com/aurelia/binding / unary.spec.js

File unary.spec.js

test/ast/unary.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Unary, LiteralString, LiteralPrimitive, LiteralObject, AccessThis, AccessScope, LiteralArray, CallScope } from '../../src/ast';
2import { createScopeForTest } from '../../src/scope';
3
4describe('Unary', () => {

Callers

nothing calls this directly

Calls 3

createScopeForTestFunction · 0.90
toStringMethod · 0.80
evaluateMethod · 0.45

Tested by

no test coverage detected