Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
{ calcRPN } from
'../ReversePolishNotation'
2
3
describe(
'ReversePolishNotation'
, () => {
4
it(
'should evaluate correctly for two values'
, () => {
Callers
nothing calls this directly
Calls
1
calcRPN
Function · 0.90
Tested by
no test coverage detected