Skip to content

Commit edc65b5

Browse files
committed
Move integration-testing-folder in tests-folder
Third part of reorganizing and cleaning up test-folders.
1 parent 715f4af commit edc65b5

33 files changed

+29
-6
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ node_modules
1515
lib/handlebars/compiler/parser.js
1616
/coverage/
1717
/dist/
18-
/integration-testing/*/dist/
18+
/tests/integration/*/dist/
1919

2020
# Third-party or files that must remain unchanged
2121
/spec/expected/

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ node_modules
1616
lib/handlebars/compiler/parser.js
1717
/coverage/
1818
/dist/
19-
/integration-testing/*/dist/
20-
/spec/tmp/*
19+
/tests/integration/*/dist/
20+
/spec/tmp/*

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ node_modules
1515
lib/handlebars/compiler/parser.js
1616
/coverage/
1717
/dist/
18-
/integration-testing/*/dist/
18+
/tests/integration/*/dist/
1919

2020
# Third-party or files that must remain unchanged
2121
/spec/expected/

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = function(grunt) {
77
'tmp',
88
'dist',
99
'lib/handlebars/compiler/parser.js',
10-
'integration-testing/**/node_modules'
10+
'/tests/integration/**/node_modules'
1111
],
1212

1313
copy: {
@@ -210,7 +210,7 @@ module.exports = function(grunt) {
210210

211211
bgShell: {
212212
integrationTests: {
213-
cmd: './integration-testing/run-integration-tests.sh',
213+
cmd: './tests/integration/run-integration-tests.sh',
214214
bg: false,
215215
fail: true
216216
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

integration-testing/multi-nodejs-test/precompile-test-template.txt.hbs renamed to tests/integration/multi-nodejs-test/precompile-test-template.txt.hbs

File renamed without changes.

integration-testing/multi-nodejs-test/run-handlebars.js renamed to tests/integration/multi-nodejs-test/run-handlebars.js

File renamed without changes.

0 commit comments

Comments
 (0)