mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
test sources was moved to '_infrastructure/tests' directory
This commit is contained in:
parent
f916e31d76
commit
f3ec063234
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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,
|
||||
@ -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,
|
||||
@ -2,6 +2,6 @@
|
||||
"name": "DefinitelyTyped",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"test": "node ./_tests/testRunner.js"
|
||||
"test": "node ./_infrastructure/tests/testRunner.js"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user