diff --git a/ace/tests/ace-anchor-tests.ts b/ace/test/anchor.ts similarity index 100% rename from ace/tests/ace-anchor-tests.ts rename to ace/test/anchor.ts diff --git a/ace/tests/ace-background_tokenizer-tests.ts b/ace/test/background_tokenizer.ts similarity index 100% rename from ace/tests/ace-background_tokenizer-tests.ts rename to ace/test/background_tokenizer.ts diff --git a/ace/tests/ace-default-tests.ts b/ace/test/default.ts similarity index 100% rename from ace/tests/ace-default-tests.ts rename to ace/test/default.ts diff --git a/ace/tests/ace-document-tests.ts b/ace/test/document.ts similarity index 100% rename from ace/tests/ace-document-tests.ts rename to ace/test/document.ts diff --git a/ace/tests/ace-edit_session-tests.ts b/ace/test/edit_session.ts similarity index 100% rename from ace/tests/ace-edit_session-tests.ts rename to ace/test/edit_session.ts diff --git a/ace/tests/ace-editor1-tests.ts b/ace/test/editor1.ts similarity index 100% rename from ace/tests/ace-editor1-tests.ts rename to ace/test/editor1.ts diff --git a/ace/tests/ace-editor_highlight_selected_word-tests.ts b/ace/test/editor_highlight_selected_word.ts similarity index 100% rename from ace/tests/ace-editor_highlight_selected_word-tests.ts rename to ace/test/editor_highlight_selected_word.ts diff --git a/ace/tests/ace-editor_navigation-tests.ts b/ace/test/editor_navigation.ts similarity index 100% rename from ace/tests/ace-editor_navigation-tests.ts rename to ace/test/editor_navigation.ts diff --git a/ace/tests/ace-editor_text_edit-tests.ts b/ace/test/editor_text_edit.ts similarity index 100% rename from ace/tests/ace-editor_text_edit-tests.ts rename to ace/test/editor_text_edit.ts diff --git a/ace/tests/ace-multi_select-tests.ts b/ace/test/multi_select.ts similarity index 100% rename from ace/tests/ace-multi_select-tests.ts rename to ace/test/multi_select.ts diff --git a/ace/tests/ace-placeholder-tests.ts b/ace/test/placeholder.ts similarity index 100% rename from ace/tests/ace-placeholder-tests.ts rename to ace/test/placeholder.ts diff --git a/ace/tests/ace-range-tests.ts b/ace/test/range.ts similarity index 100% rename from ace/tests/ace-range-tests.ts rename to ace/test/range.ts diff --git a/ace/tests/ace-range_list-tests.ts b/ace/test/range_list.ts similarity index 100% rename from ace/tests/ace-range_list-tests.ts rename to ace/test/range_list.ts diff --git a/ace/tests/ace-search-tests.ts b/ace/test/search.ts similarity index 100% rename from ace/tests/ace-search-tests.ts rename to ace/test/search.ts diff --git a/ace/tests/ace-selection-tests.ts b/ace/test/selection.ts similarity index 100% rename from ace/tests/ace-selection-tests.ts rename to ace/test/selection.ts diff --git a/ace/tests/ace-token_iterator-tests.ts b/ace/test/token_iterator.ts similarity index 100% rename from ace/tests/ace-token_iterator-tests.ts rename to ace/test/token_iterator.ts diff --git a/ace/tests/ace-virtual_renderer-tests.ts b/ace/test/virtual_renderer.ts similarity index 100% rename from ace/tests/ace-virtual_renderer-tests.ts rename to ace/test/virtual_renderer.ts diff --git a/ace/tsconfig.json b/ace/tsconfig.json index e5a0d270c3..0a65374983 100644 --- a/ace/tsconfig.json +++ b/ace/tsconfig.json @@ -15,22 +15,22 @@ }, "files": [ "index.d.ts", - "tests/ace-anchor-tests.ts", - "tests/ace-background_tokenizer-tests.ts", - "tests/ace-default-tests.ts", - "tests/ace-document-tests.ts", - "tests/ace-edit_session-tests.ts", - "tests/ace-editor1-tests.ts", - "tests/ace-editor_highlight_selected_word-tests.ts", - "tests/ace-editor_navigation-tests.ts", - "tests/ace-editor_text_edit-tests.ts", - "tests/ace-multi_select-tests.ts", - "tests/ace-placeholder-tests.ts", - "tests/ace-range-tests.ts", - "tests/ace-range_list-tests.ts", - "tests/ace-search-tests.ts", - "tests/ace-selection-tests.ts", - "tests/ace-token_iterator-tests.ts", - "tests/ace-virtual_renderer-tests.ts" + "test/anchor.ts", + "test/background_tokenizer.ts", + "test/default.ts", + "test/document.ts", + "test/edit_session.ts", + "test/editor1.ts", + "test/editor_highlight_selected_word.ts", + "test/editor_navigation.ts", + "test/editor_text_edit.ts", + "test/multi_select.ts", + "test/placeholder.ts", + "test/range.ts", + "test/range_list.ts", + "test/search.ts", + "test/selection.ts", + "test/token_iterator.ts", + "test/virtual_renderer.ts" ] } \ No newline at end of file diff --git a/acl/acl-tests.ts b/acl/test/index.ts similarity index 100% rename from acl/acl-tests.ts rename to acl/test/index.ts diff --git a/acl/acl-mongodbBackend-tests.ts b/acl/test/mongodbBackend.ts similarity index 100% rename from acl/acl-mongodbBackend-tests.ts rename to acl/test/mongodbBackend.ts diff --git a/acl/acl-redisBackend-tests.ts b/acl/test/redisBackend.ts similarity index 100% rename from acl/acl-redisBackend-tests.ts rename to acl/test/redisBackend.ts diff --git a/acl/tsconfig.json b/acl/tsconfig.json index d4ffafa7de..d663cdaa7f 100644 --- a/acl/tsconfig.json +++ b/acl/tsconfig.json @@ -15,8 +15,8 @@ }, "files": [ "index.d.ts", - "acl-tests.ts", - "acl-mongodbBackend-tests.ts", - "acl-redisBackend-tests.ts" + "test/index.ts", + "test/mongodbBackend.ts", + "test/redisBackend.ts" ] } \ No newline at end of file diff --git a/adal/adal-angular-tests.ts b/adal/test/angular.ts similarity index 100% rename from adal/adal-angular-tests.ts rename to adal/test/angular.ts diff --git a/adal/adal-tests.ts b/adal/test/index.ts similarity index 100% rename from adal/adal-tests.ts rename to adal/test/index.ts diff --git a/adal/tsconfig.json b/adal/tsconfig.json index e8a928a6ac..cabee4eec0 100644 --- a/adal/tsconfig.json +++ b/adal/tsconfig.json @@ -15,8 +15,8 @@ }, "files": [ "index.d.ts", - "adal-tests.ts", "adal-angular.d.ts", - "adal-angular-tests.ts" + "test/index.ts", + "test/angular.ts" ] } \ No newline at end of file diff --git a/amplify/amplifyjs-tests.ts b/amplify/amplify-tests.ts similarity index 100% rename from amplify/amplifyjs-tests.ts rename to amplify/amplify-tests.ts diff --git a/amplify/tsconfig.json b/amplify/tsconfig.json index 1adb36d073..a65fb478f3 100644 --- a/amplify/tsconfig.json +++ b/amplify/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "amplifyjs-tests.ts" + "amplify-tests.ts" ] } \ No newline at end of file diff --git a/angular-localforage/angular-localForage-tests.ts b/angular-localforage/angular-localforage-tests.ts similarity index 100% rename from angular-localforage/angular-localForage-tests.ts rename to angular-localforage/angular-localforage-tests.ts diff --git a/angular-localforage/tsconfig.json b/angular-localforage/tsconfig.json index e962f64de3..fd8c932b11 100644 --- a/angular-localforage/tsconfig.json +++ b/angular-localforage/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "angular-localForage-tests.ts" + "angular-localforage-tests.ts" ] } \ No newline at end of file diff --git a/angular-media-queries/match-media-tests.ts b/angular-media-queries/angular-media-queries-tests.ts similarity index 100% rename from angular-media-queries/match-media-tests.ts rename to angular-media-queries/angular-media-queries-tests.ts diff --git a/angular-media-queries/tsconfig.json b/angular-media-queries/tsconfig.json index df6257738e..493c273a2b 100644 --- a/angular-media-queries/tsconfig.json +++ b/angular-media-queries/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "match-media-tests.ts" + "angular-media-queries-tests.ts" ] } \ No newline at end of file diff --git a/angularlocalstorage/angularLocalStorage-tests.ts b/angularlocalstorage/angularlocalstorage-tests.ts similarity index 100% rename from angularlocalstorage/angularLocalStorage-tests.ts rename to angularlocalstorage/angularlocalstorage-tests.ts diff --git a/angularlocalstorage/tsconfig.json b/angularlocalstorage/tsconfig.json index ecdf8c2a96..cc91224c3b 100644 --- a/angularlocalstorage/tsconfig.json +++ b/angularlocalstorage/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "angularLocalStorage-tests.ts" + "angularlocalstorage-tests.ts" ] } \ No newline at end of file diff --git a/array-uniq/index-tests.ts b/array-uniq/array-uniq-tests.ts similarity index 100% rename from array-uniq/index-tests.ts rename to array-uniq/array-uniq-tests.ts diff --git a/array-uniq/tsconfig.json b/array-uniq/tsconfig.json index 3d8c032420..70196adde6 100644 --- a/array-uniq/tsconfig.json +++ b/array-uniq/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "index-tests.ts" + "array-uniq-tests.ts" ] } \ No newline at end of file diff --git a/async/async-explicit-tests.ts b/async/test/explicit.ts similarity index 100% rename from async/async-explicit-tests.ts rename to async/test/explicit.ts diff --git a/async/async-tests.ts b/async/test/index.ts similarity index 100% rename from async/async-tests.ts rename to async/test/index.ts diff --git a/async/tsconfig.json b/async/tsconfig.json index 412f9b97c6..8cceeb6576 100644 --- a/async/tsconfig.json +++ b/async/tsconfig.json @@ -15,7 +15,7 @@ }, "files": [ "index.d.ts", - "async-tests.ts", - "async-explicit-tests.ts" + "test/index.ts", + "test/explicit.ts" ] } \ No newline at end of file diff --git a/auth0-lock/auth0.lock-tests.ts b/auth0-lock/auth0-lock-tests.ts similarity index 100% rename from auth0-lock/auth0.lock-tests.ts rename to auth0-lock/auth0-lock-tests.ts diff --git a/auth0-lock/tsconfig.json b/auth0-lock/tsconfig.json index 641164d8a0..21b7642137 100644 --- a/auth0-lock/tsconfig.json +++ b/auth0-lock/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "auth0.lock-tests.ts" + "auth0-lock-tests.ts" ] } \ No newline at end of file diff --git a/azure-mobile-services-client/AzureMobileServicesClient-tests.ts b/azure-mobile-services-client/azure-mobile-services-client-tests.ts similarity index 100% rename from azure-mobile-services-client/AzureMobileServicesClient-tests.ts rename to azure-mobile-services-client/azure-mobile-services-client-tests.ts diff --git a/azure-mobile-services-client/tsconfig.json b/azure-mobile-services-client/tsconfig.json index 7ad1094d69..5037dc88a1 100644 --- a/azure-mobile-services-client/tsconfig.json +++ b/azure-mobile-services-client/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "AzureMobileServicesClient-tests.ts" + "azure-mobile-services-client-tests.ts" ] } \ No newline at end of file diff --git a/babylonjs/babylon-tests.ts b/babylonjs/babylonjs-tests.ts similarity index 100% rename from babylonjs/babylon-tests.ts rename to babylonjs/babylonjs-tests.ts diff --git a/babylonjs/tsconfig.json b/babylonjs/tsconfig.json index b7a13bc9fc..185e6fda44 100644 --- a/babylonjs/tsconfig.json +++ b/babylonjs/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "babylon-tests.ts" + "babylonjs-tests.ts" ] } \ No newline at end of file diff --git a/backbone.marionette/marionette-tests.ts b/backbone.marionette/backbone.marionette-tests.ts similarity index 100% rename from backbone.marionette/marionette-tests.ts rename to backbone.marionette/backbone.marionette-tests.ts diff --git a/backbone.marionette/tsconfig.json b/backbone.marionette/tsconfig.json index 6fc8f27360..9dbd0a28f9 100644 --- a/backbone.marionette/tsconfig.json +++ b/backbone.marionette/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "marionette-tests.ts" + "backbone.marionette-tests.ts" ] } \ No newline at end of file diff --git a/backbone/backbone-with-lodash-tests.ts b/backbone/backbone-with-lodash-tests.ts deleted file mode 100644 index b44b2be988..0000000000 --- a/backbone/backbone-with-lodash-tests.ts +++ /dev/null @@ -1,404 +0,0 @@ -import * as Backbone from "backbone"; -import * as _ from "lodash"; - -function test_events() { - - var object = new Backbone.Events(); - object.on("alert", (eventName: string) => alert("Triggered " + eventName)); - - object.trigger("alert", "an event"); - - var onChange = () => alert('whatever'); - var context: any; - - object.off("change", onChange); - object.off("change"); - object.off(null, onChange); - object.off(null, null, context); - object.off(); -} - -class SettingDefaults extends Backbone.Model { - - // 'defaults' could be set in one of the following ways: - - defaults() { - return { - name: "Joe" - } - } - - constructor(attributes?: any, options?: any) { - super(attributes, options); // TODO error TS17009: 'super' must be called before accessing 'this' in the constructor of a derived class. - this.defaults = { - name: "Joe" - } - // super has to come last - } - - // or set it like this - initialize() { - this.defaults = { - name: "Joe" - } - - } - - // same patterns could be used for setting 'Router.routes' and 'View.events' -} - -class Sidebar extends Backbone.Model { - - promptColor() { - var cssColor = prompt("Please enter a CSS color:"); - this.set({ color: cssColor }); - } -} - -class Note extends Backbone.Model { - initialize() { } - author() { } - coordinates() { } - allowedToEdit(account: any) { - return true; - } -} - -class PrivateNote extends Note { - allowedToEdit(account: any) { - return account.owns(this); - } - - set(attributes: any, options?: any): Backbone.Model { - return Backbone.Model.prototype.set.call(this, attributes, options); - } -} - -function test_models() { - - var sidebar = new Sidebar(); - sidebar.on('change:color', (model: {}, color: string) => $('#sidebar').css({ background: color })); - sidebar.set({ color: 'white' }); - sidebar.promptColor(); - - ////////// - - var note = new PrivateNote(); - - note.get("title"); - - note.set({ title: "March 20", content: "In his eyes she eclipses..." }); - - note.set("title", "A Scandal in Bohemia"); - - let strings: string[] - let value: any; - let values: any[]; - let bool: boolean; - - // underscore methods - strings = note.keys(); - values = note.values(); - values = note.pairs(); - values = note.invert(); - value = note.pick("foo"); - value = note.pick("foo", "bar"); - value = note.pick((value: any, key: any, object: any) => true); - value = note.omit("foo"); - value = note.omit("foo", "bar"); - value = note.omit((value: any, key: any, object: any) => true); - value = note.chain().pick().omit().value(); - bool = note.isEmpty(); -} - -class Employee extends Backbone.Model { - reports: EmployeeCollection; - - constructor(attributes?: any, options?: any) { - super(options); - this.reports = new EmployeeCollection(); - this.reports.url = '../api/employees/' + this.id + '/reports'; - } - - more() { - this.reports.reset(); - } -} - -class EmployeeCollection extends Backbone.Collection { - findByName(key: any) { } -} - -class Book extends Backbone.Model { - title: string; - author: string; - published: boolean; -} - -class Library extends Backbone.Collection { - // This model definition is here only to test type compatibility of the model, but it - // is not necessary in working code as it is automatically inferred through generics. - model: typeof Book; -} - -class Books extends Backbone.Collection { } - -function test_collection() { - - var books = new Books(); - - var book1: Book = new Book({ title: "Title 1", author: "Mike" }); - books.add(book1); - - // Objects can be added to collection by casting to model type. - // Compiler will check if object properties are valid for the cast. - // This gives better type checking than declaring an `any` overload. - books.add({ title: "Title 2", author: "Mikey" }); - - var model: Book = book1.collection.first(); - if (model !== book1) { - throw new Error("Error"); - } - - books.each(book => - book.get("title")); - - var titles = books.map(book => - book.get("title")); - - var publishedBooks = books.filter(book => - book.get("published") === true); - - var alphabetical = books.sortBy((book: Book): number => null); - - let one: Book; - let models: Book[]; - let bool: boolean; - let numDict: _.Dictionary; - let modelDict: _.Dictionary; - let modelsDict: _.Dictionary; - let num: number; - - models = books.slice(1); - models = books.slice(1, 3); - - // underscore methods - bool = books.all((value: Book, index: number, list: Book[]) => true); - bool = books.any((value: Book, index: number, list: Book[]) => true); - bool = books.chain().any((value: Book, index: number, list: Book[]) => true).value(); - models = books.collect((value: Book, index: number, list: Book[]) => value); - bool = books.contains(book1); - numDict = books.countBy((value: Book, index: number, list: Book[]) => true); - numDict = books.countBy("foo"); - one = books.detect((value: Book, index: number, list: Book[]) => true); - models = books.difference([book1]); - models = books.drop(); - models = books.each((value: Book, index: number, list: Book[]) => true); - bool = books.every((value: Book, index: number, list: Book[]) => true); - models = books.filter((value: Book, index: number, list: Book[]) => true); - one = books.find((value: Book, index: number, list: Book[]) => true); - num = books.findIndex((value: Book, index: number, list: Book[]) => true); - num = books.findLastIndex((value: Book, index: number, list: Book[]) => true); - one = books.first(); - models = books.first(3); - models = books.foldl((prev: Book[], curr: Book, index: number, list: Book[]) => prev, []); - models = books.foldr((prev: Book[], curr: Book, index: number, list: Book[]) => prev, []); - models = books.forEach((value: Book, index: number, list: Book[]) => true); - modelsDict = books.groupBy((value: Book, index: number, list: Book[]) => true); - modelsDict = books.groupBy("foo"); - one = books.head(); - models = books.head(3); - bool = books.include(book1); - bool = books.includes(book1); - modelDict = books.indexBy((value: Book, index: number, list: Book[]) => true); - modelDict = books.indexBy("foo"); - num = books.indexOf(book1, true); - one = books.initial(); - models = books.initial(3); - models = books.inject((prev: Book[], curr: Book, index: number, list: Book[]) => prev, []); - one = books.invoke("at", 3); - bool = books.isEmpty(); - one = books.last(); - models = books.last(3); - num = books.lastIndexOf(book1, 3); - models = books.map((value: Book, index: number, list: Book[]) => value); - one = books.max((value: Book, index: number, list: Book[]) => value); - one = books.min((value: Book, index: number, list: Book[]) => value); - [models] = books.partition((value: Book, index: number, list: Book[]) => true); - models = books.reduce((prev: Book[], curr: Book, index: number, list: Book[]) => prev, []); - models = books.reduceRight((prev: Book[], curr: Book, index: number, list: Book[]) => prev, []); - models = books.reject((value: Book, index: number, list: Book[]) => true); - models = books.rest(3); - one = books.sample(); - models = books.sample(3); - models = books.select((value: Book, index: number, list: Book[]) => true); - models = books.shuffle(); - num = books.size(); - bool = books.some((value: Book, index: number, list: Book[]) => true); - models = books.sortBy((value: Book, index: number, list: Book[]) => value); - models = books.sortBy("foo"); - models = books.tail(3); - one = books.take(); - models = books.take(3); - models = books.toArray(); - models = books.without(book1, book1); -} - -////////// - -Backbone.history.start(); - -namespace v1Changes { - namespace events { - function test_once() { - var model = new Employee; - model.once('invalid', () => { }, this); - model.once('invalid', () => { }); - } - - function test_listenTo() { - var model = new Employee; - var view = new Backbone.View(); - view.listenTo(model, 'invalid', () => { }); - } - - function test_listenToOnce() { - var model = new Employee; - var view = new Backbone.View(); - view.listenToOnce(model, 'invalid', () => { }); - } - - function test_stopListening() { - var model = new Employee; - var view = new Backbone.View(); - view.stopListening(model, 'invalid', () => { }); - view.stopListening(model, 'invalid'); - view.stopListening(model); - } - } - - namespace ModelAndCollection { - function test_url() { - Employee.prototype.url = () => '/employees'; - EmployeeCollection.prototype.url = () => '/employees'; - } - - function test_parse() { - var model = new Employee(); - model.parse('{}', {}); - var collection = new EmployeeCollection; - collection.parse('{}', {}); - } - - function test_toJSON() { - var model = new Employee(); - model.toJSON({}); - var collection = new EmployeeCollection; - collection.toJSON({}); - } - - function test_sync() { - var model = new Employee(); - model.sync(); - var collection = new EmployeeCollection; - collection.sync(); - } - } - - namespace Model { - function test_validationError() { - var model = new Employee; - if (model.validationError) { - console.log('has validation errors'); - } - } - - function test_fetch() { - var model = new Employee({ id: 1 }); - model.fetch({ - success: () => { }, - error: () => { } - }); - } - - function test_set() { - var model = new Employee; - model.set({ name: 'JoeDoe', age: 21 }, { validate: false }); - model.set('name', 'JoeDoes', { validate: false }); - } - - function test_destroy() { - var model = new Employee; - model.destroy({ - wait: true, - success: (m?, response?, options?) => { }, - error: (m?, jqxhr?, options?) => { } - }); - - model.destroy({ - success: (m?, response?, options?) => { }, - error: (m?, jqxhr?) => { } - }); - - model.destroy({ - success: () => { }, - error: (m?, jqxhr?) => { } - }); - } - - function test_save() { - var model = new Employee; - - model.save({ - name: 'Joe Doe', - age: 21 - }, - { - wait: true, - validate: false, - success: (m?, response?, options?) => { }, - error: (m?, jqxhr?, options?) => { } - }); - - model.save({ - name: 'Joe Doe', - age: 21 - }, - { - success: () => { }, - error: (m?, jqxhr?) => { } - }); - } - - function test_validate() { - var model = new Employee; - - model.validate({ name: 'JoeDoe', age: 21 }, { validateAge: false }) - } - } - - namespace Collection { - function test_fetch() { - var collection = new EmployeeCollection; - collection.fetch({ reset: true }); - } - - function test_create() { - var collection = new EmployeeCollection; - var model = new Employee; - - collection.create(model, { - validate: false - }); - } - } - - namespace Router { - function test_navigate() { - var router = new Backbone.Router; - - router.navigate('/employees', { trigger: true }); - router.navigate('/employees', true); - } - } -} diff --git a/backbone/tsconfig.json b/backbone/tsconfig.json index 43a64b9e25..b4a63b9ef0 100644 --- a/backbone/tsconfig.json +++ b/backbone/tsconfig.json @@ -15,7 +15,6 @@ }, "files": [ "index.d.ts", - "backbone-tests.ts", - "backbone-with-lodash-tests.ts" + "backbone-tests.ts" ] } \ No newline at end of file diff --git a/bounce.js/bounce-tests.ts b/bounce.js/bounce.js-tests.ts similarity index 100% rename from bounce.js/bounce-tests.ts rename to bounce.js/bounce.js-tests.ts diff --git a/bounce.js/tsconfig.json b/bounce.js/tsconfig.json index d06c697a6b..1718271ef6 100644 --- a/bounce.js/tsconfig.json +++ b/bounce.js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "bounce-tests.ts" + "bounce.js-tests.ts" ] } \ No newline at end of file diff --git a/bowser/bowser-module-tests.ts b/bowser/bowser-module-tests.ts deleted file mode 100644 index 7d662b2f2b..0000000000 --- a/bowser/bowser-module-tests.ts +++ /dev/null @@ -1,9 +0,0 @@ - - -import Bowser = require('bowser'); - -Bowser.msedge === true; -Bowser.test(['msie']) === true; -Bowser.a === Bowser.c; -Bowser.osversion > 10; -Bowser.osversion === '10.1A'; \ No newline at end of file diff --git a/bowser/bowser-global-tests.ts b/bowser/bowser-tests.ts similarity index 100% rename from bowser/bowser-global-tests.ts rename to bowser/bowser-tests.ts diff --git a/bowser/tsconfig.json b/bowser/tsconfig.json index 60a6d8803f..70de6c837c 100644 --- a/bowser/tsconfig.json +++ b/bowser/tsconfig.json @@ -15,7 +15,6 @@ }, "files": [ "index.d.ts", - "bowser-module-tests.ts", - "bowser-global-tests.ts" + "bowser-tests.ts" ] } \ No newline at end of file diff --git a/box2d/box2dweb-tests.ts b/box2d/box2d-tests.ts similarity index 100% rename from box2d/box2dweb-tests.ts rename to box2d/box2d-tests.ts diff --git a/box2d/tsconfig.json b/box2d/tsconfig.json index 426500dcfd..d98f02a1c1 100644 --- a/box2d/tsconfig.json +++ b/box2d/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "box2dweb-tests.ts" + "box2d-tests.ts" ] } \ No newline at end of file diff --git a/chartjs/chart-tests.ts b/chartjs/chartjs-tests.ts similarity index 100% rename from chartjs/chart-tests.ts rename to chartjs/chartjs-tests.ts diff --git a/chartjs/tsconfig.json b/chartjs/tsconfig.json index 5d31ea6aa4..e6b3a63e91 100644 --- a/chartjs/tsconfig.json +++ b/chartjs/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "chart-tests.ts" + "chartjs-tests.ts" ] } \ No newline at end of file diff --git a/chrome/chrome-app-tests.ts b/chrome/test/chrome-app.ts similarity index 100% rename from chrome/chrome-app-tests.ts rename to chrome/test/chrome-app.ts diff --git a/chrome/chrome-tests.ts b/chrome/test/index.ts similarity index 100% rename from chrome/chrome-tests.ts rename to chrome/test/index.ts diff --git a/chrome/tsconfig.json b/chrome/tsconfig.json index 385e3c3ccf..33947734d9 100644 --- a/chrome/tsconfig.json +++ b/chrome/tsconfig.json @@ -16,8 +16,8 @@ "files": [ "index.d.ts", "chrome-app.d.ts", - "chrome-app-tests.ts", "chrome-cast.d.ts", - "chrome-tests.ts" + "test/index.ts", + "test/chrome-app.ts" ] } \ No newline at end of file diff --git a/cldrjs/cldr.js-event-tests.ts b/cldrjs/test/event.ts similarity index 93% rename from cldrjs/cldr.js-event-tests.ts rename to cldrjs/test/event.ts index c626e72663..92e8d51b77 100644 --- a/cldrjs/cldr.js-event-tests.ts +++ b/cldrjs/test/event.ts @@ -1,5 +1,3 @@ -/// - Cldr.on("get", (path, value) => { console.log(path); console.log(value); diff --git a/cldrjs/cldr.js-tests.ts b/cldrjs/test/index.ts similarity index 100% rename from cldrjs/cldr.js-tests.ts rename to cldrjs/test/index.ts diff --git a/cldrjs/cldr.js-supplemental-tests.ts b/cldrjs/test/supplemental.ts similarity index 100% rename from cldrjs/cldr.js-supplemental-tests.ts rename to cldrjs/test/supplemental.ts diff --git a/cldrjs/tsconfig.json b/cldrjs/tsconfig.json index f7edc6e510..2d2559c670 100644 --- a/cldrjs/tsconfig.json +++ b/cldrjs/tsconfig.json @@ -16,8 +16,8 @@ "files": [ "index.d.ts", "cldr.js-supplemental.d.ts", - "cldr.js-tests.ts", - "cldr.js-event-tests.ts", - "cldr.js-supplemental-tests.ts" + "test/index.ts", + "test/event.ts", + "test/supplemental.ts" ] } \ No newline at end of file diff --git a/codemirror/codemirror-tests.ts b/codemirror/test/index.ts similarity index 100% rename from codemirror/codemirror-tests.ts rename to codemirror/test/index.ts diff --git a/codemirror/codemirror-matchbrackets-tests.ts b/codemirror/test/matchbrackets.ts similarity index 100% rename from codemirror/codemirror-matchbrackets-tests.ts rename to codemirror/test/matchbrackets.ts diff --git a/codemirror/codemirror-runmode-tests.ts b/codemirror/test/runmode.ts similarity index 100% rename from codemirror/codemirror-runmode-tests.ts rename to codemirror/test/runmode.ts diff --git a/codemirror/searchcursor-tests.ts b/codemirror/test/searchcursor.ts similarity index 100% rename from codemirror/searchcursor-tests.ts rename to codemirror/test/searchcursor.ts diff --git a/codemirror/codemirror-showhint-tests.ts b/codemirror/test/showhint.ts similarity index 100% rename from codemirror/codemirror-showhint-tests.ts rename to codemirror/test/showhint.ts diff --git a/codemirror/tsconfig.json b/codemirror/tsconfig.json index 6b0d828cdc..01c0253447 100644 --- a/codemirror/tsconfig.json +++ b/codemirror/tsconfig.json @@ -15,14 +15,14 @@ }, "files": [ "index.d.ts", - "codemirror-tests.ts", "codemirror-matchbrackets.d.ts", - "codemirror-matchbrackets-tests.ts", "codemirror-runmode.d.ts", - "codemirror-runmode-tests.ts", "codemirror-showhint.d.ts", - "codemirror-showhint-tests.ts", "searchcursor.d.ts", - "searchcursor-tests.ts" + "test/index.ts", + "test/matchbrackets.ts", + "test/runmode.ts", + "test/searchcursor.ts", + "test/showhint.ts" ] } \ No newline at end of file diff --git a/cybozulabs-md5/CybozuLabs-md5-tests.ts b/cybozulabs-md5/cybozulabs-md5-tests.ts similarity index 100% rename from cybozulabs-md5/CybozuLabs-md5-tests.ts rename to cybozulabs-md5/cybozulabs-md5-tests.ts diff --git a/cybozulabs-md5/tsconfig.json b/cybozulabs-md5/tsconfig.json index 68a7e48345..37774f4c4e 100644 --- a/cybozulabs-md5/tsconfig.json +++ b/cybozulabs-md5/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "CybozuLabs-md5-tests.ts" + "cybozulabs-md5-tests.ts" ] } \ No newline at end of file diff --git a/date.format.js/date.format-tests.ts b/date.format.js/date.format.js-tests.ts similarity index 100% rename from date.format.js/date.format-tests.ts rename to date.format.js/date.format.js-tests.ts diff --git a/date.format.js/tsconfig.json b/date.format.js/tsconfig.json index ab30747450..794c0f0e15 100644 --- a/date.format.js/tsconfig.json +++ b/date.format.js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "date.format-tests.ts" + "date.format.js-tests.ts" ] } \ No newline at end of file diff --git a/deployjava/deployJava-tests.ts b/deployjava/deployjava-tests.ts similarity index 100% rename from deployjava/deployJava-tests.ts rename to deployjava/deployjava-tests.ts diff --git a/deployjava/tsconfig.json b/deployjava/tsconfig.json index 5cf5fed9e5..ffd4d28173 100644 --- a/deployjava/tsconfig.json +++ b/deployjava/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "deployJava-tests.ts" + "deployjava-tests.ts" ] } \ No newline at end of file diff --git a/doccookies/docCookies-tests.ts b/doccookies/doccookies-tests.ts similarity index 100% rename from doccookies/docCookies-tests.ts rename to doccookies/doccookies-tests.ts diff --git a/doccookies/tsconfig.json b/doccookies/tsconfig.json index c6572494b3..ef167447be 100644 --- a/doccookies/tsconfig.json +++ b/doccookies/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "docCookies-tests.ts" + "doccookies-tests.ts" ] } \ No newline at end of file diff --git a/electron/electron-tests.ts b/electron/test/index.ts similarity index 100% rename from electron/electron-tests.ts rename to electron/test/index.ts diff --git a/electron/github-electron-main-tests.ts b/electron/test/main.ts similarity index 100% rename from electron/github-electron-main-tests.ts rename to electron/test/main.ts diff --git a/electron/github-electron-renderer-tests.ts b/electron/test/renderer.ts similarity index 100% rename from electron/github-electron-renderer-tests.ts rename to electron/test/renderer.ts diff --git a/electron/tsconfig.json b/electron/tsconfig.json index 79c504aade..8b0d4b6952 100644 --- a/electron/tsconfig.json +++ b/electron/tsconfig.json @@ -15,8 +15,8 @@ }, "files": [ "index.d.ts", - "electron-tests.ts", - "github-electron-renderer-tests.ts", - "github-electron-main-tests.ts" + "test/index.ts", + "test/main.ts", + "test/renderer.ts" ] } \ No newline at end of file diff --git a/enhanced-resolve/enhanced-resolve-tests.ts b/enhanced-resolve/test/index.ts similarity index 100% rename from enhanced-resolve/enhanced-resolve-tests.ts rename to enhanced-resolve/test/index.ts diff --git a/enhanced-resolve/lib/lib-tests.ts b/enhanced-resolve/test/lib.ts similarity index 100% rename from enhanced-resolve/lib/lib-tests.ts rename to enhanced-resolve/test/lib.ts diff --git a/enhanced-resolve/tsconfig.json b/enhanced-resolve/tsconfig.json index 5bd29396ab..b1a5b475ef 100644 --- a/enhanced-resolve/tsconfig.json +++ b/enhanced-resolve/tsconfig.json @@ -15,7 +15,6 @@ }, "files": [ "index.d.ts", - "enhanced-resolve-tests.ts", "lib/AliasFieldPlugin.d.ts", "lib/AliasPlugin.d.ts", "lib/AppendPlugin.d.ts", @@ -33,7 +32,6 @@ "lib/getPaths.d.ts", "lib/globToRegExp.d.ts", "lib/JoinRequestPlugin.d.ts", - "lib/lib-tests.ts", "lib/LogInfoPlugin.d.ts", "lib/MainFieldPlugin.d.ts", "lib/ModuleAppendPlugin.d.ts", @@ -49,6 +47,8 @@ "lib/SyncAsyncFileSystemDecorator.d.ts", "lib/TryNextPlugin.d.ts", "lib/UnsafeCachePlugin.d.ts", - "lib/UseFilePlugin.d.ts" + "lib/UseFilePlugin.d.ts", + "test/index.ts", + "test/lib.ts" ] } diff --git a/fabric/fabricjs-tests.ts b/fabric/fabric-tests.ts similarity index 100% rename from fabric/fabricjs-tests.ts rename to fabric/fabric-tests.ts diff --git a/fabric/tsconfig.json b/fabric/tsconfig.json index fe93e260b9..60921d5263 100644 --- a/fabric/tsconfig.json +++ b/fabric/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "fabricjs-tests.ts" + "fabric-tests.ts" ] } \ No newline at end of file diff --git a/falcor/falcor-browser-tests.ts b/falcor/test/browser.ts similarity index 100% rename from falcor/falcor-browser-tests.ts rename to falcor/test/browser.ts diff --git a/falcor/falcor-tests.ts b/falcor/test/index.ts similarity index 100% rename from falcor/falcor-tests.ts rename to falcor/test/index.ts diff --git a/falcor/tsconfig.json b/falcor/tsconfig.json index 1709a8a627..d81a60d4ee 100644 --- a/falcor/tsconfig.json +++ b/falcor/tsconfig.json @@ -15,7 +15,7 @@ }, "files": [ "index.d.ts", - "falcor-tests.ts", - "falcor-browser-tests.ts" + "test/index.ts", + "test/browser.ts" ] } \ No newline at end of file diff --git a/fb/fbsdk-tests.ts b/fb/fb-tests.ts similarity index 100% rename from fb/fbsdk-tests.ts rename to fb/fb-tests.ts diff --git a/fb/tsconfig.json b/fb/tsconfig.json index f99ae7bb46..a04f48e410 100644 --- a/fb/tsconfig.json +++ b/fb/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "fbsdk-tests.ts" + "fb-tests.ts" ] } \ No newline at end of file diff --git a/ffi/node-ffi-tests.ts b/ffi/ffi-tests.ts similarity index 100% rename from ffi/node-ffi-tests.ts rename to ffi/ffi-tests.ts diff --git a/ffi/tsconfig.json b/ffi/tsconfig.json index df00f708f8..45c991ece0 100644 --- a/ffi/tsconfig.json +++ b/ffi/tsconfig.json @@ -16,6 +16,6 @@ "files": [ "index.d.ts", "node-ffi-buffer.d.ts", - "node-ffi-tests.ts" + "ffi-tests.ts" ] } \ No newline at end of file diff --git a/file-saver/FileSaver-tests.ts b/file-saver/file-saver-tests.ts similarity index 100% rename from file-saver/FileSaver-tests.ts rename to file-saver/file-saver-tests.ts diff --git a/file-saver/tsconfig.json b/file-saver/tsconfig.json index 0ff18d9918..8aa772455a 100644 --- a/file-saver/tsconfig.json +++ b/file-saver/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "FileSaver-tests.ts" + "file-saver-tests.ts" ] } \ No newline at end of file diff --git a/finch/Finch-tests.ts b/finch/finch-tests.ts similarity index 100% rename from finch/Finch-tests.ts rename to finch/finch-tests.ts diff --git a/finch/tsconfig.json b/finch/tsconfig.json index 990f0265d9..1ffe7db57e 100644 --- a/finch/tsconfig.json +++ b/finch/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "Finch-tests.ts" + "finch-tests.ts" ] } \ No newline at end of file diff --git a/fingerprintjs/fingerprint-tests.ts b/fingerprintjs/fingerprintjs-tests.ts similarity index 100% rename from fingerprintjs/fingerprint-tests.ts rename to fingerprintjs/fingerprintjs-tests.ts diff --git a/fingerprintjs/tsconfig.json b/fingerprintjs/tsconfig.json index c1a7922d8f..146b0b572e 100644 --- a/fingerprintjs/tsconfig.json +++ b/fingerprintjs/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "fingerprint-tests.ts" + "fingerprintjs-tests.ts" ] } \ No newline at end of file diff --git a/firebase/firebase-tests.ts b/firebase/test/index.ts similarity index 100% rename from firebase/firebase-tests.ts rename to firebase/test/index.ts diff --git a/firebase/firebase-simplelogin-tests.ts b/firebase/test/simplelogin.ts similarity index 100% rename from firebase/firebase-simplelogin-tests.ts rename to firebase/test/simplelogin.ts diff --git a/firebase/tsconfig.json b/firebase/tsconfig.json index ead8399d7a..38c3bea3d5 100644 --- a/firebase/tsconfig.json +++ b/firebase/tsconfig.json @@ -16,7 +16,7 @@ "files": [ "index.d.ts", "firebase-simplelogin.d.ts", - "firebase-tests.ts", - "firebase-simplelogin-tests.ts" + "test/index.ts", + "test/simplelogin.ts" ] } \ No newline at end of file diff --git a/flexslider/flexSlider-tests.ts b/flexslider/flexslider-tests.ts similarity index 100% rename from flexslider/flexSlider-tests.ts rename to flexslider/flexslider-tests.ts diff --git a/flexslider/tsconfig.json b/flexslider/tsconfig.json index 2319b11528..e856d242c2 100644 --- a/flexslider/tsconfig.json +++ b/flexslider/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "flexSlider-tests.ts" + "flexslider-tests.ts" ] } \ No newline at end of file diff --git a/format-unicorn/format-unicorn-tests.ts b/format-unicorn/test/index.ts similarity index 100% rename from format-unicorn/format-unicorn-tests.ts rename to format-unicorn/test/index.ts diff --git a/format-unicorn/format-unicorn-safe-tests.ts b/format-unicorn/test/safe.ts similarity index 100% rename from format-unicorn/format-unicorn-safe-tests.ts rename to format-unicorn/test/safe.ts diff --git a/format-unicorn/tsconfig.json b/format-unicorn/tsconfig.json index 2c82afbd5b..45bb7c114e 100644 --- a/format-unicorn/tsconfig.json +++ b/format-unicorn/tsconfig.json @@ -16,7 +16,7 @@ "files": [ "index.d.ts", "safe.d.ts", - "format-unicorn-tests.ts", - "format-unicorn-safe-tests.ts" + "test/index.ts", + "test/safe.ts" ] } \ No newline at end of file diff --git a/fullcalendar/fullCalendar-tests.ts b/fullcalendar/fullcalendar-tests.ts similarity index 100% rename from fullcalendar/fullCalendar-tests.ts rename to fullcalendar/fullcalendar-tests.ts diff --git a/fullcalendar/tsconfig.json b/fullcalendar/tsconfig.json index b8ea18f909..2d26610a8c 100644 --- a/fullcalendar/tsconfig.json +++ b/fullcalendar/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "fullCalendar-tests.ts" + "fullcalendar-tests.ts" ] } \ No newline at end of file diff --git a/fullcalendar/v1/fullCalendar-tests.ts b/fullcalendar/v1/fullcalendar-tests.ts similarity index 100% rename from fullcalendar/v1/fullCalendar-tests.ts rename to fullcalendar/v1/fullcalendar-tests.ts diff --git a/fullcalendar/v1/tsconfig.json b/fullcalendar/v1/tsconfig.json index a589491226..bf820ac863 100644 --- a/fullcalendar/v1/tsconfig.json +++ b/fullcalendar/v1/tsconfig.json @@ -18,6 +18,6 @@ }, "files": [ "index.d.ts", - "fullCalendar-tests.ts" + "fullcalendar-tests.ts" ] } \ No newline at end of file diff --git a/get-stdin/index-tests.ts b/get-stdin/get-stdin-tests.ts similarity index 100% rename from get-stdin/index-tests.ts rename to get-stdin/get-stdin-tests.ts diff --git a/get-stdin/tsconfig.json b/get-stdin/tsconfig.json index 3d8c032420..2d3c1a6c70 100644 --- a/get-stdin/tsconfig.json +++ b/get-stdin/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "index-tests.ts" + "get-stdin-tests.ts" ] } \ No newline at end of file diff --git a/git/node-git-tests.ts b/git/git-tests.ts similarity index 100% rename from git/node-git-tests.ts rename to git/git-tests.ts diff --git a/git/tsconfig.json b/git/tsconfig.json index 0bc0ff5fe6..eccbc2065b 100644 --- a/git/tsconfig.json +++ b/git/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "node-git-tests.ts" + "git-tests.ts" ] } \ No newline at end of file diff --git a/go/goJS-tests.ts b/go/go-tests.ts similarity index 100% rename from go/goJS-tests.ts rename to go/go-tests.ts diff --git a/go/tsconfig.json b/go/tsconfig.json index ced78ef938..cd76eca117 100644 --- a/go/tsconfig.json +++ b/go/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "goJS-tests.ts" + "go-tests.ts" ] } \ No newline at end of file diff --git a/google.analytics/ga-tests.ts b/google.analytics/google.analytics-tests.ts similarity index 100% rename from google.analytics/ga-tests.ts rename to google.analytics/google.analytics-tests.ts diff --git a/google.analytics/tsconfig.json b/google.analytics/tsconfig.json index ddce77f25e..b954b6f821 100644 --- a/google.analytics/tsconfig.json +++ b/google.analytics/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "ga-tests.ts" + "google.analytics-tests.ts" ] } \ No newline at end of file diff --git a/googlemaps.infobubble/google.maps.infobubble-tests.ts b/googlemaps.infobubble/googlemaps.infobubble-tests.ts similarity index 100% rename from googlemaps.infobubble/google.maps.infobubble-tests.ts rename to googlemaps.infobubble/googlemaps.infobubble-tests.ts diff --git a/googlemaps.infobubble/tsconfig.json b/googlemaps.infobubble/tsconfig.json index 165f392587..42b03a0823 100644 --- a/googlemaps.infobubble/tsconfig.json +++ b/googlemaps.infobubble/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "google.maps.infobubble-tests.ts" + "googlemaps.infobubble-tests.ts" ] } \ No newline at end of file diff --git a/googlemaps/google.maps-tests.ts b/googlemaps/googlemaps-tests.ts similarity index 100% rename from googlemaps/google.maps-tests.ts rename to googlemaps/googlemaps-tests.ts diff --git a/googlemaps/tsconfig.json b/googlemaps/tsconfig.json index 0382e30210..c858dfee0c 100644 --- a/googlemaps/tsconfig.json +++ b/googlemaps/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "google.maps-tests.ts" + "googlemaps-tests.ts" ] } diff --git a/grunt/gruntjs-tests.ts b/grunt/grunt-tests.ts similarity index 100% rename from grunt/gruntjs-tests.ts rename to grunt/grunt-tests.ts diff --git a/grunt/tsconfig.json b/grunt/tsconfig.json index f4b2b816d9..ca11c8f477 100644 --- a/grunt/tsconfig.json +++ b/grunt/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "gruntjs-tests.ts" + "grunt-tests.ts" ] } \ No newline at end of file diff --git a/halogen/halogen-clip-loader-tests.tsx b/halogen/test/clip-loader.tsx similarity index 100% rename from halogen/halogen-clip-loader-tests.tsx rename to halogen/test/clip-loader.tsx diff --git a/halogen/halogen-fade-loader-tests.tsx b/halogen/test/fade-loader.tsx similarity index 100% rename from halogen/halogen-fade-loader-tests.tsx rename to halogen/test/fade-loader.tsx diff --git a/halogen/halogen-pacman-loader-tests.tsx b/halogen/test/pacman-loader.tsx similarity index 100% rename from halogen/halogen-pacman-loader-tests.tsx rename to halogen/test/pacman-loader.tsx diff --git a/halogen/halogen-rotate-loader-tests.tsx b/halogen/test/rotate-loader.tsx similarity index 100% rename from halogen/halogen-rotate-loader-tests.tsx rename to halogen/test/rotate-loader.tsx diff --git a/halogen/tsconfig.json b/halogen/tsconfig.json index 5e6c8ab8f5..c2c0018e1b 100644 --- a/halogen/tsconfig.json +++ b/halogen/tsconfig.json @@ -16,9 +16,9 @@ }, "files": [ "index.d.ts", - "halogen-clip-loader-tests.tsx", - "halogen-fade-loader-tests.tsx", - "halogen-pacman-loader-tests.tsx", - "halogen-rotate-loader-tests.tsx" + "test/clip-loader.tsx", + "test/fade-loader.tsx", + "test/pacman-loader.tsx", + "test/rotate-loader.tsx" ] } \ No newline at end of file diff --git a/heatmap.js/heatmap-tests.ts b/heatmap.js/heatmap.js-tests.ts similarity index 100% rename from heatmap.js/heatmap-tests.ts rename to heatmap.js/heatmap.js-tests.ts diff --git a/heatmap.js/tsconfig.json b/heatmap.js/tsconfig.json index b90279cd8c..e1b42b5bd1 100644 --- a/heatmap.js/tsconfig.json +++ b/heatmap.js/tsconfig.json @@ -12,6 +12,6 @@ }, "files": [ "index.d.ts", - "heatmap-tests.ts" + "heatmap.js-tests.ts" ] } \ No newline at end of file diff --git a/highcharts/modules/boost-tests.ts b/highcharts/test/boost.ts similarity index 100% rename from highcharts/modules/boost-tests.ts rename to highcharts/test/boost.ts diff --git a/highcharts/modules/exporting-tests.ts b/highcharts/test/exporting.ts similarity index 100% rename from highcharts/modules/exporting-tests.ts rename to highcharts/test/exporting.ts diff --git a/highcharts/highstock-tests.ts b/highcharts/test/highstock.ts similarity index 100% rename from highcharts/highstock-tests.ts rename to highcharts/test/highstock.ts diff --git a/highcharts/highcharts-tests.ts b/highcharts/test/index.ts similarity index 100% rename from highcharts/highcharts-tests.ts rename to highcharts/test/index.ts diff --git a/highcharts/highcharts-more-tests.ts b/highcharts/test/more.ts similarity index 100% rename from highcharts/highcharts-more-tests.ts rename to highcharts/test/more.ts diff --git a/highcharts/modules/no-data-to-display-tests.ts b/highcharts/test/no-data-to-display.ts similarity index 100% rename from highcharts/modules/no-data-to-display-tests.ts rename to highcharts/test/no-data-to-display.ts diff --git a/highcharts/modules/offline-exporting-tests.ts b/highcharts/test/offline-exporting.ts similarity index 100% rename from highcharts/modules/offline-exporting-tests.ts rename to highcharts/test/offline-exporting.ts diff --git a/highcharts/tsconfig.json b/highcharts/tsconfig.json index 4744c83cb0..5d3e9ebe3f 100644 --- a/highcharts/tsconfig.json +++ b/highcharts/tsconfig.json @@ -15,18 +15,18 @@ }, "files": [ "index.d.ts", - "highcharts-tests.ts", "modules/boost.d.ts", - "modules/boost-tests.ts", "modules/exporting.d.ts", - "modules/exporting-tests.ts", "modules/no-data-to-display.d.ts", - "modules/no-data-to-display-tests.ts", "modules/offline-exporting.d.ts", - "modules/offline-exporting-tests.ts", "highcharts-more.d.ts", - "highcharts-more-tests.ts", "highstock.d.ts", - "highstock-tests.ts" + "test/boost.ts", + "test/exporting.ts", + "test/highstock.ts", + "test/index.ts", + "test/more.ts", + "test/no-data-to-display.ts", + "test/offline-exporting.ts" ] } \ No newline at end of file diff --git a/highlight.js/highlightjs-tests.ts b/highlight.js/highlight.js-tests.ts similarity index 100% rename from highlight.js/highlightjs-tests.ts rename to highlight.js/highlight.js-tests.ts diff --git a/highlight.js/tsconfig.json b/highlight.js/tsconfig.json index 86f2eade00..4b7c3117e1 100644 --- a/highlight.js/tsconfig.json +++ b/highlight.js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "highlightjs-tests.ts" + "highlight.js-tests.ts" ] } \ No newline at end of file diff --git a/history.js/history-tests.ts b/history.js/history.js-tests.ts similarity index 100% rename from history.js/history-tests.ts rename to history.js/history.js-tests.ts diff --git a/history.js/tsconfig.json b/history.js/tsconfig.json index 3ef4710368..795d9a540f 100644 --- a/history.js/tsconfig.json +++ b/history.js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "history-tests.ts" + "history.js-tests.ts" ] } \ No newline at end of file diff --git a/hubspot-pace/HubSpot-pace-tests.ts b/hubspot-pace/hubspot-pace-tests.ts similarity index 100% rename from hubspot-pace/HubSpot-pace-tests.ts rename to hubspot-pace/hubspot-pace-tests.ts diff --git a/hubspot-pace/tsconfig.json b/hubspot-pace/tsconfig.json index 67b152117c..1f7464eaa2 100644 --- a/hubspot-pace/tsconfig.json +++ b/hubspot-pace/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "HubSpot-pace-tests.ts" + "hubspot-pace-tests.ts" ] } \ No newline at end of file diff --git a/i18n/i18n-node-tests.ts b/i18n/i18n-tests.ts similarity index 100% rename from i18n/i18n-node-tests.ts rename to i18n/i18n-tests.ts diff --git a/i18n/tsconfig.json b/i18n/tsconfig.json index 57a6b8ffb0..55f6a32871 100644 --- a/i18n/tsconfig.json +++ b/i18n/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "i18n-node-tests.ts" + "i18n-tests.ts" ] } \ No newline at end of file diff --git a/interact.js/interact-tests.ts b/interact.js/interact.js-tests.ts similarity index 100% rename from interact.js/interact-tests.ts rename to interact.js/interact.js-tests.ts diff --git a/interact.js/tsconfig.json b/interact.js/tsconfig.json index 9426c9e0cc..8dbabcade7 100644 --- a/interact.js/tsconfig.json +++ b/interact.js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "interact-tests.ts" + "interact.js-tests.ts" ] } \ No newline at end of file diff --git a/intercomjs/intercom-tests.ts b/intercomjs/intercomjs-tests.ts similarity index 100% rename from intercomjs/intercom-tests.ts rename to intercomjs/intercomjs-tests.ts diff --git a/intercomjs/tsconfig.json b/intercomjs/tsconfig.json index 6dfa66b6a1..79163abfc4 100644 --- a/intercomjs/tsconfig.json +++ b/intercomjs/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "intercom-tests.ts" + "intercomjs-tests.ts" ] } \ No newline at end of file diff --git a/ion.rangeslider/ion.rangeSlider-tests.ts b/ion.rangeslider/ion.rangeslider-tests.ts similarity index 100% rename from ion.rangeslider/ion.rangeSlider-tests.ts rename to ion.rangeslider/ion.rangeslider-tests.ts diff --git a/ion.rangeslider/tsconfig.json b/ion.rangeslider/tsconfig.json index 5912868fde..aede38d763 100644 --- a/ion.rangeslider/tsconfig.json +++ b/ion.rangeslider/tsconfig.json @@ -1,8 +1,4 @@ { - "files": [ - "index.d.ts", - "ion.rangeSlider-tests.ts" - ], "compilerOptions": { "module": "commonjs", "target": "es6", @@ -16,5 +12,9 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true - } + }, + "files": [ + "index.d.ts", + "ion.rangeslider-tests.ts" + ] } \ No newline at end of file diff --git a/ion.rangeslider/v1/ion.rangeSlider-tests.ts b/ion.rangeslider/v1/ion.rangeslider-tests.ts similarity index 100% rename from ion.rangeslider/v1/ion.rangeSlider-tests.ts rename to ion.rangeslider/v1/ion.rangeslider-tests.ts diff --git a/ion.rangeslider/v1/tsconfig.json b/ion.rangeslider/v1/tsconfig.json index fa756621f2..7e3532f344 100644 --- a/ion.rangeslider/v1/tsconfig.json +++ b/ion.rangeslider/v1/tsconfig.json @@ -18,6 +18,6 @@ }, "files": [ "index.d.ts", - "ion.rangeSlider-tests.ts" + "ion.rangeslider-tests.ts" ] } \ No newline at end of file diff --git a/is/is_js-tests.ts b/is/is-tests.ts similarity index 100% rename from is/is_js-tests.ts rename to is/is-tests.ts diff --git a/is/tsconfig.json b/is/tsconfig.json index 2e97760d50..7afa0a2de1 100644 --- a/is/tsconfig.json +++ b/is/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "is_js-tests.ts" + "is-tests.ts" ] } \ No newline at end of file diff --git a/ix.js/ix-tests.ts b/ix.js/test/index.ts similarity index 100% rename from ix.js/ix-tests.ts rename to ix.js/test/index.ts diff --git a/ix.js/l2o-tests.ts b/ix.js/test/l2o.ts similarity index 99% rename from ix.js/l2o-tests.ts rename to ix.js/test/l2o.ts index 7b35b71a9e..063e85bfd6 100644 --- a/ix.js/l2o-tests.ts +++ b/ix.js/test/l2o.ts @@ -1,5 +1,3 @@ -/// - var ec_ns = (a: number, b: string) => a.toString() == b; //equality comparer on number,string var ec_nn = (a: number, b: number) => a === b; //equality comparer on number,number var c_nn = (a: number, b: number) => a - b; //comparer on number,number diff --git a/ix.js/tsconfig.json b/ix.js/tsconfig.json index 670dba223e..7f476db666 100644 --- a/ix.js/tsconfig.json +++ b/ix.js/tsconfig.json @@ -15,7 +15,7 @@ }, "files": [ "index.d.ts", - "ix-tests.ts", - "l2o-tests.ts" + "test/index.ts", + "test/l2o.ts" ] } \ No newline at end of file diff --git a/jee-jsf/jsf-tests.ts b/jee-jsf/jee-jsf-tests.ts similarity index 100% rename from jee-jsf/jsf-tests.ts rename to jee-jsf/jee-jsf-tests.ts diff --git a/jee-jsf/tsconfig.json b/jee-jsf/tsconfig.json index 0774f560ab..e7b8594556 100644 --- a/jee-jsf/tsconfig.json +++ b/jee-jsf/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jsf-tests.ts" + "jee-jsf-tests.ts" ] } \ No newline at end of file diff --git a/jodata/joData-tests.ts b/jodata/jodata-tests.ts similarity index 100% rename from jodata/joData-tests.ts rename to jodata/jodata-tests.ts diff --git a/jodata/tsconfig.json b/jodata/tsconfig.json index 3638d1b6f6..28bcc5bb36 100644 --- a/jodata/tsconfig.json +++ b/jodata/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "joData-tests.ts" + "jodata-tests.ts" ] } \ No newline at end of file diff --git a/jquery.blockui/jquery.blockUI-tests.ts b/jquery.blockui/jquery.blockui-tests.ts similarity index 100% rename from jquery.blockui/jquery.blockUI-tests.ts rename to jquery.blockui/jquery.blockui-tests.ts diff --git a/jquery.blockui/tsconfig.json b/jquery.blockui/tsconfig.json index 0d9c7d0a03..70b0f9a8aa 100644 --- a/jquery.blockui/tsconfig.json +++ b/jquery.blockui/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.blockUI-tests.ts" + "jquery.blockui-tests.ts" ] } \ No newline at end of file diff --git a/jquery.clientsidelogging/jquery.clientSideLogging-tests.ts b/jquery.clientsidelogging/jquery.clientsidelogging-tests.ts similarity index 100% rename from jquery.clientsidelogging/jquery.clientSideLogging-tests.ts rename to jquery.clientsidelogging/jquery.clientsidelogging-tests.ts diff --git a/jquery.clientsidelogging/tsconfig.json b/jquery.clientsidelogging/tsconfig.json index 483ce592e1..0bfce0b33c 100644 --- a/jquery.clientsidelogging/tsconfig.json +++ b/jquery.clientsidelogging/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.clientSideLogging-tests.ts" + "jquery.clientsidelogging-tests.ts" ] } \ No newline at end of file diff --git a/jquery.contextmenu/jquery.contextMenu-tests.ts b/jquery.contextmenu/jquery.contextmenu-tests.ts similarity index 100% rename from jquery.contextmenu/jquery.contextMenu-tests.ts rename to jquery.contextmenu/jquery.contextmenu-tests.ts diff --git a/jquery.contextmenu/tsconfig.json b/jquery.contextmenu/tsconfig.json index 25cae340ac..4e684a80b0 100644 --- a/jquery.contextmenu/tsconfig.json +++ b/jquery.contextmenu/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.contextMenu-tests.ts" + "jquery.contextmenu-tests.ts" ] } \ No newline at end of file diff --git a/jquery.customselect/jquery.customSelect-tests.ts b/jquery.customselect/jquery.customselect-tests.ts similarity index 100% rename from jquery.customselect/jquery.customSelect-tests.ts rename to jquery.customselect/jquery.customselect-tests.ts diff --git a/jquery.customselect/tsconfig.json b/jquery.customselect/tsconfig.json index 470079177d..a82625409d 100644 --- a/jquery.customselect/tsconfig.json +++ b/jquery.customselect/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.customSelect-tests.ts" + "jquery.customselect-tests.ts" ] } \ No newline at end of file diff --git a/jquery.datatables/jquery.dataTables-tests.ts b/jquery.datatables/jquery.datatables-tests.ts similarity index 100% rename from jquery.datatables/jquery.dataTables-tests.ts rename to jquery.datatables/jquery.datatables-tests.ts diff --git a/jquery.datatables/tsconfig.json b/jquery.datatables/tsconfig.json index 486b10d9ca..edb98f9b94 100644 --- a/jquery.datatables/tsconfig.json +++ b/jquery.datatables/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.dataTables-tests.ts" + "jquery.datatables-tests.ts" ] } \ No newline at end of file diff --git a/jquery.gridster/gridster-tests.ts b/jquery.gridster/jquery.gridster-tests.ts similarity index 100% rename from jquery.gridster/gridster-tests.ts rename to jquery.gridster/jquery.gridster-tests.ts diff --git a/jquery.gridster/tsconfig.json b/jquery.gridster/tsconfig.json index 775fbfbbd8..5bae952a15 100644 --- a/jquery.gridster/tsconfig.json +++ b/jquery.gridster/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "gridster-tests.ts" + "jquery.gridster-tests.ts" ] } \ No newline at end of file diff --git a/jquery.leanmodal/jquery.leanModal-tests.ts b/jquery.leanmodal/jquery.leanmodal-tests.ts similarity index 100% rename from jquery.leanmodal/jquery.leanModal-tests.ts rename to jquery.leanmodal/jquery.leanmodal-tests.ts diff --git a/jquery.leanmodal/tsconfig.json b/jquery.leanmodal/tsconfig.json index ce5f2553ec..a9a32b6d34 100644 --- a/jquery.leanmodal/tsconfig.json +++ b/jquery.leanmodal/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.leanModal-tests.ts" + "jquery.leanmodal-tests.ts" ] } \ No newline at end of file diff --git a/jquery.notifybar/jquery.notifyBar-tests.ts b/jquery.notifybar/jquery.notifybar-tests.ts similarity index 100% rename from jquery.notifybar/jquery.notifyBar-tests.ts rename to jquery.notifybar/jquery.notifybar-tests.ts diff --git a/jquery.notifybar/tsconfig.json b/jquery.notifybar/tsconfig.json index c338f7bf5e..587dec244d 100644 --- a/jquery.notifybar/tsconfig.json +++ b/jquery.notifybar/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.notifyBar-tests.ts" + "jquery.notifybar-tests.ts" ] } \ No newline at end of file diff --git a/jquery.pjax.falsandtru/jquery.pjax-tests.ts b/jquery.pjax.falsandtru/jquery.pjax.falsandtru-tests.ts similarity index 100% rename from jquery.pjax.falsandtru/jquery.pjax-tests.ts rename to jquery.pjax.falsandtru/jquery.pjax.falsandtru-tests.ts diff --git a/jquery.pjax.falsandtru/tsconfig.json b/jquery.pjax.falsandtru/tsconfig.json index eafe636c08..7c619d7288 100644 --- a/jquery.pjax.falsandtru/tsconfig.json +++ b/jquery.pjax.falsandtru/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.pjax-tests.ts" + "jquery.pjax.falsandtru-tests.ts" ] } \ No newline at end of file diff --git a/jquery.postmessage/jquery.postMessage-tests.ts b/jquery.postmessage/jquery.postmessage-tests.ts similarity index 100% rename from jquery.postmessage/jquery.postMessage-tests.ts rename to jquery.postmessage/jquery.postmessage-tests.ts diff --git a/jquery.postmessage/tsconfig.json b/jquery.postmessage/tsconfig.json index 3e70423c66..dd298d2aa0 100644 --- a/jquery.postmessage/tsconfig.json +++ b/jquery.postmessage/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.postMessage-tests.ts" + "jquery.postmessage-tests.ts" ] } \ No newline at end of file diff --git a/jquery.rowgrid/jquery.rowGrid-tests.ts b/jquery.rowgrid/jquery.rowgrid-tests.ts similarity index 100% rename from jquery.rowgrid/jquery.rowGrid-tests.ts rename to jquery.rowgrid/jquery.rowgrid-tests.ts diff --git a/jquery.rowgrid/tsconfig.json b/jquery.rowgrid/tsconfig.json index 55ebd698c1..314bc2a671 100644 --- a/jquery.rowgrid/tsconfig.json +++ b/jquery.rowgrid/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.rowGrid-tests.ts" + "jquery.rowgrid-tests.ts" ] } \ No newline at end of file diff --git a/jquery.scrollto/jquery.scrollTo-tests.ts b/jquery.scrollto/jquery.scrollto-tests.ts similarity index 100% rename from jquery.scrollto/jquery.scrollTo-tests.ts rename to jquery.scrollto/jquery.scrollto-tests.ts diff --git a/jquery.scrollto/tsconfig.json b/jquery.scrollto/tsconfig.json index 183ea5843e..94f73774ed 100644 --- a/jquery.scrollto/tsconfig.json +++ b/jquery.scrollto/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.scrollTo-tests.ts" + "jquery.scrollto-tests.ts" ] } \ No newline at end of file diff --git a/jquery.simplepagination/jquery.simplePagination-tests.ts b/jquery.simplepagination/jquery.simplepagination-tests.ts similarity index 100% rename from jquery.simplepagination/jquery.simplePagination-tests.ts rename to jquery.simplepagination/jquery.simplepagination-tests.ts diff --git a/jquery.simplepagination/tsconfig.json b/jquery.simplepagination/tsconfig.json index 890a63616d..02376bb00c 100644 --- a/jquery.simplepagination/tsconfig.json +++ b/jquery.simplepagination/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "jquery.simplePagination-tests.ts" + "jquery.simplepagination-tests.ts" ] } \ No newline at end of file diff --git a/js-fixtures/fixtures-tests.ts b/js-fixtures/js-fixtures-tests.ts similarity index 100% rename from js-fixtures/fixtures-tests.ts rename to js-fixtures/js-fixtures-tests.ts diff --git a/js-fixtures/tsconfig.json b/js-fixtures/tsconfig.json index 3f93c8ccdc..3c1a51cf41 100644 --- a/js-fixtures/tsconfig.json +++ b/js-fixtures/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "fixtures-tests.ts" + "js-fixtures-tests.ts" ] } \ No newline at end of file diff --git a/js-md5/md5-tests.ts b/js-md5/js-md5-tests.ts similarity index 100% rename from js-md5/md5-tests.ts rename to js-md5/js-md5-tests.ts diff --git a/js-md5/tsconfig.json b/js-md5/tsconfig.json index cbccd9ae2e..1b5b2dd795 100644 --- a/js-md5/tsconfig.json +++ b/js-md5/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "md5-tests.ts" + "js-md5-tests.ts" ] } \ No newline at end of file diff --git a/knockout/tests/knockout-tests.ts b/knockout/test/index.ts similarity index 100% rename from knockout/tests/knockout-tests.ts rename to knockout/test/index.ts diff --git a/knockout/tests/knockout-templatingBehaviors-tests.ts b/knockout/test/templatingBehaviors.ts similarity index 100% rename from knockout/tests/knockout-templatingBehaviors-tests.ts rename to knockout/test/templatingBehaviors.ts diff --git a/knockout/tsconfig.json b/knockout/tsconfig.json index 04246314bb..b09f482a4a 100644 --- a/knockout/tsconfig.json +++ b/knockout/tsconfig.json @@ -15,7 +15,7 @@ }, "files": [ "index.d.ts", - "tests/knockout-templatingBehaviors-tests.ts", - "tests/knockout-tests.ts" + "test/templatingBehaviors.ts", + "test/index.ts" ] } \ No newline at end of file diff --git a/konami.js/konami-tests.ts b/konami.js/konami.js-tests.ts similarity index 100% rename from konami.js/konami-tests.ts rename to konami.js/konami.js-tests.ts diff --git a/konami.js/tsconfig.json b/konami.js/tsconfig.json index 8b4f43df6e..6175df34c2 100644 --- a/konami.js/tsconfig.json +++ b/konami.js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "konami-tests.ts" + "konami.js-tests.ts" ] } \ No newline at end of file diff --git a/localforage/localForage-tests.ts b/localforage/localforage-tests.ts similarity index 100% rename from localforage/localForage-tests.ts rename to localforage/localforage-tests.ts diff --git a/localforage/tsconfig.json b/localforage/tsconfig.json index ac31a49c3e..b2ebf8be91 100644 --- a/localforage/tsconfig.json +++ b/localforage/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "localForage-tests.ts" + "localforage-tests.ts" ] } \ No newline at end of file diff --git a/loopback-boot/loopback-boot-test.ts b/loopback-boot/loopback-boot-tests.ts similarity index 100% rename from loopback-boot/loopback-boot-test.ts rename to loopback-boot/loopback-boot-tests.ts diff --git a/loopback-boot/tsconfig.json b/loopback-boot/tsconfig.json index d784404acf..3bd43c78fd 100644 --- a/loopback-boot/tsconfig.json +++ b/loopback-boot/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "loopback-boot-test.ts" + "loopback-boot-tests.ts" ] } \ No newline at end of file diff --git a/loopback/loopback-test.ts b/loopback/loopback-tests.ts similarity index 100% rename from loopback/loopback-test.ts rename to loopback/loopback-tests.ts diff --git a/loopback/tsconfig.json b/loopback/tsconfig.json index 9454529143..4ca6819f7e 100644 --- a/loopback/tsconfig.json +++ b/loopback/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "loopback-test.ts" + "loopback-tests.ts" ] } \ No newline at end of file diff --git a/maker.js/makerjs-tests.ts b/maker.js/maker.js-tests.ts similarity index 100% rename from maker.js/makerjs-tests.ts rename to maker.js/maker.js-tests.ts diff --git a/maker.js/tsconfig.json b/maker.js/tsconfig.json index cd4be3d273..c3fe4a7a20 100644 --- a/maker.js/tsconfig.json +++ b/maker.js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "makerjs-tests.ts" + "maker.js-tests.ts" ] } \ No newline at end of file diff --git a/mandrill-api/mandrill-tests.ts b/mandrill-api/mandrill-api-tests.ts similarity index 100% rename from mandrill-api/mandrill-tests.ts rename to mandrill-api/mandrill-api-tests.ts diff --git a/mandrill-api/tsconfig.json b/mandrill-api/tsconfig.json index 8f41f411aa..25bf307996 100644 --- a/mandrill-api/tsconfig.json +++ b/mandrill-api/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "mandrill-tests.ts" + "mandrill-api-tests.ts" ] } \ No newline at end of file diff --git a/mcustomscrollbar/mCustomScrollbar-tests.ts b/mcustomscrollbar/mcustomscrollbar-tests.ts similarity index 100% rename from mcustomscrollbar/mCustomScrollbar-tests.ts rename to mcustomscrollbar/mcustomscrollbar-tests.ts diff --git a/mcustomscrollbar/tsconfig.json b/mcustomscrollbar/tsconfig.json index 06d2e59f1a..56a75dc8b2 100644 --- a/mcustomscrollbar/tsconfig.json +++ b/mcustomscrollbar/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "mCustomScrollbar-tests.ts" + "mcustomscrollbar-tests.ts" ] } \ No newline at end of file diff --git a/memory-fs/memory-fs-tests.ts b/memory-fs/test/index.ts similarity index 89% rename from memory-fs/memory-fs-tests.ts rename to memory-fs/test/index.ts index 61302916be..07abb3e3fe 100644 --- a/memory-fs/memory-fs-tests.ts +++ b/memory-fs/test/index.ts @@ -1,5 +1,3 @@ -/// - import MemoryFileSystem = require('memory-fs'); const fs = new MemoryFileSystem({}); diff --git a/memory-fs/lib/join-tests.ts b/memory-fs/test/join.ts similarity index 100% rename from memory-fs/lib/join-tests.ts rename to memory-fs/test/join.ts diff --git a/memory-fs/lib/normalize-tests.ts b/memory-fs/test/normalize.ts similarity index 100% rename from memory-fs/lib/normalize-tests.ts rename to memory-fs/test/normalize.ts diff --git a/memory-fs/tsconfig.json b/memory-fs/tsconfig.json index 8236038c24..f1afc33095 100644 --- a/memory-fs/tsconfig.json +++ b/memory-fs/tsconfig.json @@ -15,10 +15,10 @@ }, "files": [ "index.d.ts", - "memory-fs-tests.ts", - "lib/join-tests.ts", "lib/join.d.ts", - "lib/normalize-tests.ts", - "lib/normalize.d.ts" + "lib/normalize.d.ts", + "test/index.ts", + "test/join.ts", + "test/normalize.ts" ] } \ No newline at end of file diff --git a/metric-suffix/metric-suffix-external-tests.ts b/metric-suffix/metric-suffix-external-tests.ts deleted file mode 100644 index 5b22aeeaa1..0000000000 --- a/metric-suffix/metric-suffix-external-tests.ts +++ /dev/null @@ -1,22 +0,0 @@ -import metric_suffix = require('metric-suffix'); - -metric_suffix(42) // 42 -metric_suffix(999) // 999 -metric_suffix(1000) // 1.0k - -metric_suffix(1234, 2) // 1.2k -metric_suffix(12345, 2) // 12k -metric_suffix(123456, 2) // 123k - -metric_suffix(1234, 3) // 1.23k -metric_suffix(12345, 3) // 12.3k -metric_suffix(123456, 3) // 123k - -metric_suffix(1234, 4) // 1.234k -metric_suffix(12345, 4) // 12.35k -metric_suffix(123456, 4) // 123.5k - -metric_suffix(986725) // 987k -metric_suffix(986725, 4) // 986.7k -metric_suffix(986725123) // 987M -metric_suffix(986725123, 5) // 986.73M \ No newline at end of file diff --git a/metric-suffix/tsconfig.json b/metric-suffix/tsconfig.json index 313286b950..c23b32a4e4 100644 --- a/metric-suffix/tsconfig.json +++ b/metric-suffix/tsconfig.json @@ -15,7 +15,6 @@ }, "files": [ "index.d.ts", - "metric-suffix-tests.ts", - "metric-suffix-external-tests.ts" + "metric-suffix-tests.ts" ] } \ No newline at end of file diff --git a/microsoft-ajax/microsoft.ajax-tests.ts b/microsoft-ajax/microsoft-ajax-tests.ts similarity index 100% rename from microsoft-ajax/microsoft.ajax-tests.ts rename to microsoft-ajax/microsoft-ajax-tests.ts diff --git a/microsoft-ajax/tsconfig.json b/microsoft-ajax/tsconfig.json index 0066ff394e..3ed87d107e 100644 --- a/microsoft-ajax/tsconfig.json +++ b/microsoft-ajax/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "microsoft.ajax-tests.ts" + "microsoft-ajax-tests.ts" ] } \ No newline at end of file diff --git a/mousetrap/mousetrap-global-bind-tests.ts b/mousetrap/test/global-bind.ts similarity index 100% rename from mousetrap/mousetrap-global-bind-tests.ts rename to mousetrap/test/global-bind.ts diff --git a/mousetrap/mousetrap-tests.ts b/mousetrap/test/index.ts similarity index 100% rename from mousetrap/mousetrap-tests.ts rename to mousetrap/test/index.ts diff --git a/mousetrap/tsconfig.json b/mousetrap/tsconfig.json index 003c378176..d7def634a2 100644 --- a/mousetrap/tsconfig.json +++ b/mousetrap/tsconfig.json @@ -15,7 +15,7 @@ }, "files": [ "index.d.ts", - "mousetrap-tests.ts", - "mousetrap-global-bind-tests.ts" + "test/index.ts", + "test/global-bind.ts" ] } \ No newline at end of file diff --git a/ng-cordova/actionSheet-tests.ts b/ng-cordova/test/actionSheet.ts similarity index 100% rename from ng-cordova/actionSheet-tests.ts rename to ng-cordova/test/actionSheet.ts diff --git a/ng-cordova/app-version-tests.ts b/ng-cordova/test/app-version.ts similarity index 100% rename from ng-cordova/app-version-tests.ts rename to ng-cordova/test/app-version.ts diff --git a/ng-cordova/appAvailability-tests.ts b/ng-cordova/test/appAvailability.ts similarity index 100% rename from ng-cordova/appAvailability-tests.ts rename to ng-cordova/test/appAvailability.ts diff --git a/ng-cordova/badge-tests.ts b/ng-cordova/test/badge.ts similarity index 100% rename from ng-cordova/badge-tests.ts rename to ng-cordova/test/badge.ts diff --git a/ng-cordova/camera-tests.ts b/ng-cordova/test/camera.ts similarity index 100% rename from ng-cordova/camera-tests.ts rename to ng-cordova/test/camera.ts diff --git a/ng-cordova/datepicker-tests.ts b/ng-cordova/test/datepicker.ts similarity index 100% rename from ng-cordova/datepicker-tests.ts rename to ng-cordova/test/datepicker.ts diff --git a/ng-cordova/device-tests.ts b/ng-cordova/test/device.ts similarity index 100% rename from ng-cordova/device-tests.ts rename to ng-cordova/test/device.ts diff --git a/ng-cordova/deviceMotion-tests.ts b/ng-cordova/test/deviceMotion.ts similarity index 100% rename from ng-cordova/deviceMotion-tests.ts rename to ng-cordova/test/deviceMotion.ts diff --git a/ng-cordova/deviceOrientation-tests.ts b/ng-cordova/test/deviceOrientation.ts similarity index 100% rename from ng-cordova/deviceOrientation-tests.ts rename to ng-cordova/test/deviceOrientation.ts diff --git a/ng-cordova/dialogs-tests.ts b/ng-cordova/test/dialogs.ts similarity index 100% rename from ng-cordova/dialogs-tests.ts rename to ng-cordova/test/dialogs.ts diff --git a/ng-cordova/emailComposer-tests.ts b/ng-cordova/test/emailComposer.ts similarity index 100% rename from ng-cordova/emailComposer-tests.ts rename to ng-cordova/test/emailComposer.ts diff --git a/ng-cordova/file-tests.ts b/ng-cordova/test/file.ts similarity index 100% rename from ng-cordova/file-tests.ts rename to ng-cordova/test/file.ts diff --git a/ng-cordova/fileTransfer-tests.ts b/ng-cordova/test/fileTransfer.ts similarity index 100% rename from ng-cordova/fileTransfer-tests.ts rename to ng-cordova/test/fileTransfer.ts diff --git a/ng-cordova/geolocation-tests.ts b/ng-cordova/test/geolocation.ts similarity index 100% rename from ng-cordova/geolocation-tests.ts rename to ng-cordova/test/geolocation.ts diff --git a/ng-cordova/network-tests.ts b/ng-cordova/test/network.ts similarity index 100% rename from ng-cordova/network-tests.ts rename to ng-cordova/test/network.ts diff --git a/ng-cordova/toast-tests.ts b/ng-cordova/test/toast.ts similarity index 100% rename from ng-cordova/toast-tests.ts rename to ng-cordova/test/toast.ts diff --git a/ng-cordova/tsconfig.json b/ng-cordova/tsconfig.json index 68bdca092a..68f86a18f9 100644 --- a/ng-cordova/tsconfig.json +++ b/ng-cordova/tsconfig.json @@ -16,21 +16,21 @@ }, "files": [ "index.d.ts", - "actionSheet-tests.ts", - "app-version-tests.ts", - "appAvailability-tests.ts", - "badge-tests.ts", - "camera-tests.ts", - "datepicker-tests.ts", - "device-tests.ts", - "deviceMotion-tests.ts", - "deviceOrientation-tests.ts", - "dialogs-tests.ts", - "emailComposer-tests.ts", - "file-tests.ts", - "fileTransfer-tests.ts", - "geolocation-tests.ts", - "network-tests.ts", - "toast-tests.ts" + "test/actionSheet.ts", + "test/app-version.ts", + "test/appAvailability.ts", + "test/badge.ts", + "test/camera.ts", + "test/datepicker.ts", + "test/device.ts", + "test/deviceMotion.ts", + "test/deviceOrientation.ts", + "test/dialogs.ts", + "test/emailComposer.ts", + "test/file.ts", + "test/fileTransfer.ts", + "test/geolocation.ts", + "test/network.ts", + "test/toast.ts" ] } \ No newline at end of file diff --git a/ngtoaster/angularjs-toaster-tests.ts b/ngtoaster/ngtoaster-tests.ts similarity index 100% rename from ngtoaster/angularjs-toaster-tests.ts rename to ngtoaster/ngtoaster-tests.ts diff --git a/ngtoaster/tsconfig.json b/ngtoaster/tsconfig.json index eaf3b5027d..67970d092e 100644 --- a/ngtoaster/tsconfig.json +++ b/ngtoaster/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "angularjs-toaster-tests.ts" + "ngtoaster-tests.ts" ] } \ No newline at end of file diff --git a/novnc/noVNC-tests.ts b/novnc/novnc-tests.ts similarity index 100% rename from novnc/noVNC-tests.ts rename to novnc/novnc-tests.ts diff --git a/novnc/tsconfig.json b/novnc/tsconfig.json index bfb76135a7..3c88833118 100644 --- a/novnc/tsconfig.json +++ b/novnc/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "noVNC-tests.ts" + "novnc-tests.ts" ] } \ No newline at end of file diff --git a/numeral/numeraljs-tests.ts b/numeral/numeral-tests.ts similarity index 100% rename from numeral/numeraljs-tests.ts rename to numeral/numeral-tests.ts diff --git a/numeral/tsconfig.json b/numeral/tsconfig.json index 61386fac51..5d51b7d6cc 100644 --- a/numeral/tsconfig.json +++ b/numeral/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "numeraljs-tests.ts" + "numeral-tests.ts" ] } \ No newline at end of file diff --git a/nw.gui/node-webkit-tests.ts b/nw.gui/nw.gui-tests.ts similarity index 100% rename from nw.gui/node-webkit-tests.ts rename to nw.gui/nw.gui-tests.ts diff --git a/nw.gui/tsconfig.json b/nw.gui/tsconfig.json index 0a184e9e8b..d59063a0b2 100644 --- a/nw.gui/tsconfig.json +++ b/nw.gui/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "node-webkit-tests.ts" + "nw.gui-tests.ts" ] } \ No newline at end of file diff --git a/openui5/ui5-tests.ts b/openui5/openui5-tests.ts similarity index 100% rename from openui5/ui5-tests.ts rename to openui5/openui5-tests.ts diff --git a/openui5/tsconfig.json b/openui5/tsconfig.json index 428f84704f..97d54dd860 100644 --- a/openui5/tsconfig.json +++ b/openui5/tsconfig.json @@ -18,6 +18,6 @@ "jquery.sap.d.ts", "sap.m.d.ts", "sap.ui.d.ts", - "ui5-tests.ts" + "openui5-tests.ts" ] } \ No newline at end of file diff --git a/paralleljs/parallel-tests.ts b/paralleljs/paralleljs-tests.ts similarity index 100% rename from paralleljs/parallel-tests.ts rename to paralleljs/paralleljs-tests.ts diff --git a/paralleljs/tsconfig.json b/paralleljs/tsconfig.json index debc292389..f6ae0047ac 100644 --- a/paralleljs/tsconfig.json +++ b/paralleljs/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "parallel-tests.ts" + "paralleljs-tests.ts" ] } \ No newline at end of file diff --git a/paypal-cordova-plugin/PayPal-Cordova-Plugin-tests.ts b/paypal-cordova-plugin/paypal-cordova-plugin-tests.ts similarity index 100% rename from paypal-cordova-plugin/PayPal-Cordova-Plugin-tests.ts rename to paypal-cordova-plugin/paypal-cordova-plugin-tests.ts diff --git a/paypal-cordova-plugin/tsconfig.json b/paypal-cordova-plugin/tsconfig.json index 4cd4acf310..c32cd43755 100644 --- a/paypal-cordova-plugin/tsconfig.json +++ b/paypal-cordova-plugin/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "PayPal-Cordova-Plugin-tests.ts" + "paypal-cordova-plugin-tests.ts" ] } \ No newline at end of file diff --git a/pleasejs/please-tests.ts b/pleasejs/pleasejs-tests.ts similarity index 100% rename from pleasejs/please-tests.ts rename to pleasejs/pleasejs-tests.ts diff --git a/pleasejs/tsconfig.json b/pleasejs/tsconfig.json index 58ebc9d426..0a595973af 100644 --- a/pleasejs/tsconfig.json +++ b/pleasejs/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "please-tests.ts" + "pleasejs-tests.ts" ] } \ No newline at end of file diff --git a/popper.js/popper-tests.ts b/popper.js/popper.js-tests.ts similarity index 100% rename from popper.js/popper-tests.ts rename to popper.js/popper.js-tests.ts diff --git a/popper.js/tsconfig.json b/popper.js/tsconfig.json index a9af98d819..599036ff15 100644 --- a/popper.js/tsconfig.json +++ b/popper.js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "popper-tests.ts" + "popper.js-tests.ts" ] } \ No newline at end of file diff --git a/pouchdb/pouch-tests.ts b/pouchdb/pouchdb-tests.ts similarity index 100% rename from pouchdb/pouch-tests.ts rename to pouchdb/pouchdb-tests.ts diff --git a/pouchdb/tsconfig.json b/pouchdb/tsconfig.json index 173d43fcd5..09bc6a7440 100644 --- a/pouchdb/tsconfig.json +++ b/pouchdb/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "pouch-tests.ts" + "pouchdb-tests.ts" ] } \ No newline at end of file diff --git a/prismjs/prism-tests.ts b/prismjs/prismjs-tests.ts similarity index 100% rename from prismjs/prism-tests.ts rename to prismjs/prismjs-tests.ts diff --git a/prismjs/tsconfig.json b/prismjs/tsconfig.json index 9acf5a037c..972a24f9fe 100644 --- a/prismjs/tsconfig.json +++ b/prismjs/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "prism-tests.ts" + "prismjs-tests.ts" ] } \ No newline at end of file diff --git a/progressjs/progress-tests.ts b/progressjs/progressjs-tests.ts similarity index 100% rename from progressjs/progress-tests.ts rename to progressjs/progressjs-tests.ts diff --git a/progressjs/tsconfig.json b/progressjs/tsconfig.json index 0961490fd3..c04d0442c1 100644 --- a/progressjs/tsconfig.json +++ b/progressjs/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "progress-tests.ts" + "progressjs-tests.ts" ] } \ No newline at end of file diff --git a/pubsub-js/PubSub-tests.ts b/pubsub-js/pubsub-js-tests.ts similarity index 100% rename from pubsub-js/PubSub-tests.ts rename to pubsub-js/pubsub-js-tests.ts diff --git a/pubsub-js/tsconfig.json b/pubsub-js/tsconfig.json index d2fa213f84..eda08b963b 100644 --- a/pubsub-js/tsconfig.json +++ b/pubsub-js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "PubSub-tests.ts" + "pubsub-js-tests.ts" ] } \ No newline at end of file diff --git a/random-js/random-js-ambient-tests.ts b/random-js/random-js-tests.ts similarity index 100% rename from random-js/random-js-ambient-tests.ts rename to random-js/random-js-tests.ts diff --git a/random-js/tsconfig.json b/random-js/tsconfig.json index 04313eb3db..eb2e70e45c 100644 --- a/random-js/tsconfig.json +++ b/random-js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "random-js-ambient-tests.ts" + "random-js-tests.ts" ] } \ No newline at end of file diff --git a/raven-js/ravenjs-tests.ts b/raven-js/raven-js-tests.ts similarity index 100% rename from raven-js/ravenjs-tests.ts rename to raven-js/raven-js-tests.ts diff --git a/raven-js/tsconfig.json b/raven-js/tsconfig.json index 821b76f72e..78f622e685 100644 --- a/raven-js/tsconfig.json +++ b/raven-js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "ravenjs-tests.ts" + "raven-js-tests.ts" ] } \ No newline at end of file diff --git a/react-native/react-native-animated-tests.tsx b/react-native/test/animated.tsx similarity index 100% rename from react-native/react-native-animated-tests.tsx rename to react-native/test/animated.tsx diff --git a/react-native/react-native-tests.tsx b/react-native/test/index.tsx similarity index 100% rename from react-native/react-native-tests.tsx rename to react-native/test/index.tsx diff --git a/react-native/tsconfig.json b/react-native/tsconfig.json index 1a6f765478..930ac3d811 100644 --- a/react-native/tsconfig.json +++ b/react-native/tsconfig.json @@ -16,7 +16,7 @@ }, "files": [ "index.d.ts", - "react-native-tests.tsx", - "react-native-animated-tests.tsx" + "test/index.tsx", + "test/animated.tsx" ] } \ No newline at end of file diff --git a/react/react-tests.ts b/react/test/index.ts similarity index 100% rename from react/react-tests.ts rename to react/test/index.ts diff --git a/react/react-tsx-tests.tsx b/react/test/tsx.tsx similarity index 100% rename from react/react-tsx-tests.tsx rename to react/test/tsx.tsx diff --git a/react/tsconfig.json b/react/tsconfig.json index bf6595e99f..f26f721c8c 100644 --- a/react/tsconfig.json +++ b/react/tsconfig.json @@ -1,8 +1,8 @@ { "files": [ "index.d.ts", - "react-tests.ts", - "react-tsx-tests.tsx" + "test/index.ts", + "test/tsx.tsx" ], "compilerOptions": { "module": "commonjs", diff --git a/requirejs-domready/domready-tests.ts b/requirejs-domready/requirejs-domready-tests.ts similarity index 100% rename from requirejs-domready/domready-tests.ts rename to requirejs-domready/requirejs-domready-tests.ts diff --git a/requirejs-domready/tsconfig.json b/requirejs-domready/tsconfig.json index 4a6ca208f5..5d6731cbd1 100644 --- a/requirejs-domready/tsconfig.json +++ b/requirejs-domready/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "domready-tests.ts" + "requirejs-domready-tests.ts" ] } \ No newline at end of file diff --git a/requirejs/require-tests.ts b/requirejs/requirejs-tests.ts similarity index 100% rename from requirejs/require-tests.ts rename to requirejs/requirejs-tests.ts diff --git a/requirejs/tsconfig.json b/requirejs/tsconfig.json index 7fc6ef8516..6d8c38c0c9 100644 --- a/requirejs/tsconfig.json +++ b/requirejs/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "require-tests.ts" + "requirejs-tests.ts" ] } \ No newline at end of file diff --git a/rx-angular/rx.angular-tests.ts b/rx-angular/rx-angular-tests.ts similarity index 100% rename from rx-angular/rx.angular-tests.ts rename to rx-angular/rx-angular-tests.ts diff --git a/rx-angular/tsconfig.json b/rx-angular/tsconfig.json index 2412cb2874..084109bfb3 100644 --- a/rx-angular/tsconfig.json +++ b/rx-angular/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "rx.angular-tests.ts" + "rx-angular-tests.ts" ] } \ No newline at end of file diff --git a/sammy/sammyjs-tests.ts b/sammy/sammy-tests.ts similarity index 100% rename from sammy/sammyjs-tests.ts rename to sammy/sammy-tests.ts diff --git a/sammy/tsconfig.json b/sammy/tsconfig.json index 34996aa4cc..15b4050f9e 100644 --- a/sammy/tsconfig.json +++ b/sammy/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "sammyjs-tests.ts" + "sammy-tests.ts" ] } \ No newline at end of file diff --git a/selenium-webdriver/chrome-tests.ts b/selenium-webdriver/test/chrome.ts similarity index 100% rename from selenium-webdriver/chrome-tests.ts rename to selenium-webdriver/test/chrome.ts diff --git a/selenium-webdriver/firefox-tests.ts b/selenium-webdriver/test/firefox.ts similarity index 100% rename from selenium-webdriver/firefox-tests.ts rename to selenium-webdriver/test/firefox.ts diff --git a/selenium-webdriver/index-tests.ts b/selenium-webdriver/test/index.ts similarity index 100% rename from selenium-webdriver/index-tests.ts rename to selenium-webdriver/test/index.ts diff --git a/selenium-webdriver/tsconfig.json b/selenium-webdriver/tsconfig.json index 89e3b4fd9f..3925dd11ee 100644 --- a/selenium-webdriver/tsconfig.json +++ b/selenium-webdriver/tsconfig.json @@ -15,18 +15,18 @@ }, "files": [ "index.d.ts", - "index-tests.ts", "chrome.d.ts", - "chrome-tests.ts", "edge.d.ts", "executors.d.ts", "firefox.d.ts", - "firefox-tests.ts", "http.d.ts", "ie.d.ts", "opera.d.ts", "remote.d.ts", "safari.d.ts", - "testing.d.ts" + "testing.d.ts", + "test/index.ts", + "test/chrome.ts", + "test/firefox.ts" ] } diff --git a/sencha_touch/SenchaTouch-tests.ts b/sencha_touch/sencha_touch-tests.ts similarity index 100% rename from sencha_touch/SenchaTouch-tests.ts rename to sencha_touch/sencha_touch-tests.ts diff --git a/sencha_touch/tsconfig.json b/sencha_touch/tsconfig.json index 3ed5d8263d..a8a395e97a 100644 --- a/sencha_touch/tsconfig.json +++ b/sencha_touch/tsconfig.json @@ -1,7 +1,7 @@ { "files": [ "index.d.ts", - "SenchaTouch-tests.ts" + "sencha_touch-tests.ts" ], "compilerOptions": { "module": "commonjs", diff --git a/sharepoint/SharePoint-tests.ts b/sharepoint/sharepoint-tests.ts similarity index 100% rename from sharepoint/SharePoint-tests.ts rename to sharepoint/sharepoint-tests.ts diff --git a/sharepoint/tsconfig.json b/sharepoint/tsconfig.json index 76d3dc13a0..e631b4c53e 100644 --- a/sharepoint/tsconfig.json +++ b/sharepoint/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "SharePoint-tests.ts" + "sharepoint-tests.ts" ] } \ No newline at end of file diff --git a/signals/js-signals-tests.ts b/signals/signals-tests.ts similarity index 100% rename from signals/js-signals-tests.ts rename to signals/signals-tests.ts diff --git a/signals/tsconfig.json b/signals/tsconfig.json index 13bc50af80..94b8397fd2 100644 --- a/signals/tsconfig.json +++ b/signals/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "js-signals-tests.ts" + "signals-tests.ts" ] } \ No newline at end of file diff --git a/slickgrid/slickgrid-tests.ts b/slickgrid/test/index.ts similarity index 100% rename from slickgrid/slickgrid-tests.ts rename to slickgrid/test/index.ts diff --git a/slickgrid/slick.autotooltips-tests.ts b/slickgrid/test/slick.autotooltips.ts similarity index 100% rename from slickgrid/slick.autotooltips-tests.ts rename to slickgrid/test/slick.autotooltips.ts diff --git a/slickgrid/slick.checkboxselectcolumn-tests.ts b/slickgrid/test/slick.checkboxselectcolumn.ts similarity index 89% rename from slickgrid/slick.checkboxselectcolumn-tests.ts rename to slickgrid/test/slick.checkboxselectcolumn.ts index 593496537f..c0f08bb2af 100644 --- a/slickgrid/slick.checkboxselectcolumn-tests.ts +++ b/slickgrid/test/slick.checkboxselectcolumn.ts @@ -1,7 +1,3 @@ -/// -/// -/// - /** * Extracted from https://github.com/mleibman/SlickGrid/blob/master/examples/example-checkbox-row-select.html */ diff --git a/slickgrid/tsconfig.json b/slickgrid/tsconfig.json index ff7ab0e597..081819d112 100644 --- a/slickgrid/tsconfig.json +++ b/slickgrid/tsconfig.json @@ -15,13 +15,13 @@ }, "files": [ "index.d.ts", - "slickgrid-tests.ts", "slick.autotooltips.d.ts", - "slick.autotooltips-tests.ts", "slick.checkboxselectcolumn.d.ts", - "slick.checkboxselectcolumn-tests.ts", "slick.columnpicker.d.ts", "slick.headerbuttons.d.ts", - "slick.rowselectionmodel.d.ts" + "slick.rowselectionmodel.d.ts", + "test/index.ts", + "test/slick.autotooltips.ts", + "test/slick.checkboxselectcolumn.ts" ] } \ No newline at end of file diff --git a/sprintf-js/sprintf-tests.ts b/sprintf-js/sprintf-js-tests.ts similarity index 100% rename from sprintf-js/sprintf-tests.ts rename to sprintf-js/sprintf-js-tests.ts diff --git a/sprintf-js/tsconfig.json b/sprintf-js/tsconfig.json index 51135a42a2..f3209176f2 100644 --- a/sprintf-js/tsconfig.json +++ b/sprintf-js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "sprintf-tests.ts" + "sprintf-js-tests.ts" ] } \ No newline at end of file diff --git a/svg.js/svgjs-tests.ts b/svg.js/svg.js-tests.ts similarity index 100% rename from svg.js/svgjs-tests.ts rename to svg.js/svg.js-tests.ts diff --git a/svg.js/tsconfig.json b/svg.js/tsconfig.json index 720007c430..fe7ec62362 100644 --- a/svg.js/tsconfig.json +++ b/svg.js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "svgjs-tests.ts" + "svg.js-tests.ts" ] } \ No newline at end of file diff --git a/touch-events/touch-event-tests.ts b/touch-events/touch-events-tests.ts similarity index 100% rename from touch-events/touch-event-tests.ts rename to touch-events/touch-events-tests.ts diff --git a/touch-events/tsconfig.json b/touch-events/tsconfig.json index 9193ccfb7e..2d6a066fdf 100644 --- a/touch-events/tsconfig.json +++ b/touch-events/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "touch-event-tests.ts" + "touch-events-tests.ts" ] } \ No newline at end of file diff --git a/uuidjs/tsconfig.json b/uuidjs/tsconfig.json index 6c43a5006f..5de0c29bb1 100644 --- a/uuidjs/tsconfig.json +++ b/uuidjs/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "UUID-tests.ts" + "uuidjs-tests.ts" ] } \ No newline at end of file diff --git a/uuidjs/UUID-tests.ts b/uuidjs/uuidjs-tests.ts similarity index 100% rename from uuidjs/UUID-tests.ts rename to uuidjs/uuidjs-tests.ts diff --git a/vex-js/tsconfig.json b/vex-js/tsconfig.json index fcaf4b9f3b..3428a5b5ed 100644 --- a/vex-js/tsconfig.json +++ b/vex-js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "vex-tests.ts" + "vex-js-tests.ts" ] } \ No newline at end of file diff --git a/vex-js/vex-tests.ts b/vex-js/vex-js-tests.ts similarity index 100% rename from vex-js/vex-tests.ts rename to vex-js/vex-js-tests.ts diff --git a/vivus/tsconfig.json b/vivus/tsconfig.json index 3d8c032420..1afb932f4c 100644 --- a/vivus/tsconfig.json +++ b/vivus/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "index-tests.ts" + "vivus-tests.ts" ] } \ No newline at end of file diff --git a/vivus/index-tests.ts b/vivus/vivus-tests.ts similarity index 100% rename from vivus/index-tests.ts rename to vivus/vivus-tests.ts diff --git a/webrtc/MediaStream-tests.ts b/webrtc/test/MediaStream.ts similarity index 97% rename from webrtc/MediaStream-tests.ts rename to webrtc/test/MediaStream.ts index e45154bd44..d8c87afdec 100644 --- a/webrtc/MediaStream-tests.ts +++ b/webrtc/test/MediaStream.ts @@ -1,4 +1,3 @@ -/// var mediaStreamConstraints: MediaStreamConstraints = { audio: true, video: true }; var mediaTrackConstraintSet: MediaTrackConstraintSet = {}; diff --git a/webrtc/RTCPeerConnection-tests.ts b/webrtc/test/RTCPeerConnection.ts similarity index 97% rename from webrtc/RTCPeerConnection-tests.ts rename to webrtc/test/RTCPeerConnection.ts index dcb6bf8657..1272327ac2 100644 --- a/webrtc/RTCPeerConnection-tests.ts +++ b/webrtc/test/RTCPeerConnection.ts @@ -1,6 +1,3 @@ -/// -/// - let defaultIceServers: RTCIceServer[] = RTCPeerConnection.defaultIceServers; if (defaultIceServers.length > 0) { let urls = defaultIceServers[0].urls; diff --git a/webrtc/tsconfig.json b/webrtc/tsconfig.json index 00a9884815..fdda3c7ab0 100644 --- a/webrtc/tsconfig.json +++ b/webrtc/tsconfig.json @@ -15,7 +15,7 @@ }, "files": [ "index.d.ts", - "MediaStream-tests.ts", - "RTCPeerConnection-tests.ts" + "test/MediaStream.ts", + "test/RTCPeerConnection.ts" ] } \ No newline at end of file diff --git a/x2js/tsconfig.json b/x2js/tsconfig.json index 860553af5b..bb82a3b504 100644 --- a/x2js/tsconfig.json +++ b/x2js/tsconfig.json @@ -15,6 +15,6 @@ }, "files": [ "index.d.ts", - "xml2json-tests.ts" + "x2js-tests.ts" ] } \ No newline at end of file diff --git a/x2js/xml2json-tests.ts b/x2js/x2js-tests.ts similarity index 100% rename from x2js/xml2json-tests.ts rename to x2js/x2js-tests.ts