Welcome to mirror list, hosted at ThFree Co, Russian Federation.

throwError.js « testLib - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9bdf68bde710150daa753ec62eefada747731cfd (plain)
1
2
3
module.exports = function () {
    throw new Error();
};