Skip to content

Commit

Permalink
test sources was moved to '_infrastructure/tests' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Diullei committed Feb 23, 2013
1 parent f916e31 commit f3ec063
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Properties
*~

# test folder
!_tests/*
!_tests/*.js
!_tests/*/*.js
!_tests/*/*/*.js
!_tests/*/*/*/*.js
!_infrastructure/tests/*
!_infrastructure/tests/*.js
!_infrastructure/tests/*/*.js
!_infrastructure/tests/*/*/*.js
!_infrastructure/tests/*/*/*/*.js
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ var IO = (function () {
var cfg = {
root: '.',
pattern: /.\-tests\.ts/g,
tsc: 'node ./_tests/typescript_0.8.2/tsc.js ',
tsc: 'node ./_infrastructure/tests/typescript_0.8.2/tsc.js ',
exclude: {
'.git': true,
'.gitignore': true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var cfg = {
root: '.',
pattern: /.\-tests\.ts/g,
tsc: 'node ./_tests/typescript_0.8.2/tsc.js ',
tsc: 'node ./_infrastructure/tests/typescript_0.8.2/tsc.js ',
exclude: {
'.git': true,
'.gitignore': true,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "DefinitelyTyped",
"version": "0.0.0",
"scripts": {
"test": "node ./_tests/testRunner.js"
"test": "node ./_infrastructure/tests/testRunner.js"
}
}

0 comments on commit f3ec063

Please sign in to comment.