rust: derive Copy for PaddingDirection

This commit is contained in:
Pierric Cistac
2020-02-05 14:28:43 -05:00
parent 02ab624050
commit 41fee6de3d
5 changed files with 22 additions and 21 deletions

View File

@ -148,9 +148,10 @@ module.exports = {
// ],
// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
// testPathIgnorePatterns: [
// "/node_modules/"
// ],
testPathIgnorePatterns: [
"/node_modules/",
"/dist/"
],
// The regexp pattern or array of patterns that Jest uses to detect test files
// testRegex: [],