Transpile sources for testing

This commit is contained in:
ahocevar
2018-07-18 17:41:42 +02:00
parent 5124c98fb5
commit 47c58d8a34
3 changed files with 20 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ class AssertionError extends Error {
*/
this.name = 'AssertionError';
// Re-assign message, see https://github.com/Rich-Harris/buble/issues/40
this.message = message;
}
}