Skip to content

Commit

Permalink
#722 for all lang
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed Apr 1, 2017
1 parent b10a208 commit 7cf94b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/fr/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module.exports = {
loaders: [
{
test: /\.js$/,
loader: 'babel',
loader: 'babel-loader',
exclude: /node_modules/
}
]
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ module.exports = {
loaders: [
{
test: /\.js$/,
loader: 'babel',
loader: 'babel-loader',
exclude: /node_modules/
}
]
Expand Down
2 changes: 1 addition & 1 deletion docs/kr/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module.exports = {
loaders: [
{
test: /\.js$/,
loader: 'babel',
loader: 'babel-loader',
exclude: /node_modules/
}
]
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module.exports = {
loaders: [
{
test: /\.js$/,
loader: 'babel',
loader: 'babel-loader',
exclude: /node_modules/
}
]
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ module.exports = {
loaders: [
{
test: /\.js$/,
loader: 'babel',
loader: 'babel-loader',
exclude: /node_modules/
}
]
Expand Down

0 comments on commit 7cf94b8

Please sign in to comment.