Move auto-render-spec.js to ./test (#1071)

Fixed jest not running auto-render-spec.js
+ Changed `require` to `import`
This commit is contained in:
ylemkimon
2018-01-18 01:44:48 +09:00
committed by Kevin Barabash
parent ffcbaf1b98
commit 4a11c3166d

View File

@@ -3,7 +3,7 @@
/* global it: false */
/* global describe: false */
const splitAtDelimiters = require("./splitAtDelimiters");
import splitAtDelimiters from "../splitAtDelimiters";
beforeEach(function() {
expect.extend({