UNPKG

637 BSource Map (JSON)View Raw
1{"version":3,"sources":["../src/utils.spec.js"],"names":["describe","it","equal"],"mappings":";;AACA;;AAIA;;AACA;;AAEA;AARA;AASAA,SAAS,oBAAT,EAA+B,MAAM;AAC7BC,WAAG,kBAAH,EAAuB,MAAM,aAAOC,KAAP,CAAa,IAAb,EAAmB,+BAAmB,CAAnB,CAAnB,CAA7B;AACP,CAFD;AAGA;;AAVA;;AAEA","file":"utils.spec.js","sourcesContent":["//region 1. Platform Libraries\nimport { assert } from 'chai';\n//endregion\n\n//region 2. Project Libraries\nimport { isValidStreamIndex } from './Utils';\n//endregion\n\n//region T. Tests\ndescribe('isValidStreamIndex', () => {\n it('should pass if 0', () => assert.equal(true, isValidStreamIndex(0)));\n});\n//endregion\n"]}
\No newline at end of file