MCPcopy Index your code
hub / github.com/TheAlgorithms/JavaScript / ReversePolishNotation.test.js

File ReversePolishNotation.test.js

Maths/test/ReversePolishNotation.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { calcRPN } from '../ReversePolishNotation'
2
3describe('ReversePolishNotation', () => {
4 it('should evaluate correctly for two values', () => {

Callers

nothing calls this directly

Calls 1

calcRPNFunction · 0.90

Tested by

no test coverage detected