Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

mocha要如何测试private的function

$
0
0

请问各位,我有一个lib文件里面有几个方法用于整理数据,我不知道如何测试没有export的函数,stackoverflow上有人提到了rewire(https://github.com/jhnns/rewire)不知道还有没有别的方法?

	function fn1() {
	}
	function fn2() {
	}
	
	export function fn3() {
	}

要如何使用mocha测试fn1(), fn2()


Viewing all articles
Browse latest Browse all 14821

Trending Articles