From f4be90813d1d087fb2af9e8b6faac777a43a9d98 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Mon, 2 May 2022 22:38:42 -0700 Subject: [PATCH] [ts-migrate][test] Rename files from JS/JSX to TS/TSX Co-authored-by: ts-migrate <> --- test/commands/{mode.js => mode.ts} | 0 test/fixtures/{env.js => env.ts} | 0 test/models/{chan.js => chan.ts} | 0 test/models/{msg.js => msg.ts} | 0 test/models/{network.js => network.ts} | 0 test/plugins/auth/{ldap.js => ldap.ts} | 0 test/plugins/{clientCertificate.js => clientCertificate.ts} | 0 test/plugins/inputs/{indexTest.js => indexTest.ts} | 0 test/plugins/{link.js => link.ts} | 0 test/plugins/packages/{indexTest.js => indexTest.ts} | 0 test/plugins/{sqlite.js => sqlite.ts} | 0 test/plugins/{storage.js => storage.ts} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename test/commands/{mode.js => mode.ts} (100%) rename test/fixtures/{env.js => env.ts} (100%) rename test/models/{chan.js => chan.ts} (100%) rename test/models/{msg.js => msg.ts} (100%) rename test/models/{network.js => network.ts} (100%) rename test/plugins/auth/{ldap.js => ldap.ts} (100%) rename test/plugins/{clientCertificate.js => clientCertificate.ts} (100%) rename test/plugins/inputs/{indexTest.js => indexTest.ts} (100%) rename test/plugins/{link.js => link.ts} (100%) rename test/plugins/packages/{indexTest.js => indexTest.ts} (100%) rename test/plugins/{sqlite.js => sqlite.ts} (100%) rename test/plugins/{storage.js => storage.ts} (100%) diff --git a/test/commands/mode.js b/test/commands/mode.ts similarity index 100% rename from test/commands/mode.js rename to test/commands/mode.ts diff --git a/test/fixtures/env.js b/test/fixtures/env.ts similarity index 100% rename from test/fixtures/env.js rename to test/fixtures/env.ts diff --git a/test/models/chan.js b/test/models/chan.ts similarity index 100% rename from test/models/chan.js rename to test/models/chan.ts diff --git a/test/models/msg.js b/test/models/msg.ts similarity index 100% rename from test/models/msg.js rename to test/models/msg.ts diff --git a/test/models/network.js b/test/models/network.ts similarity index 100% rename from test/models/network.js rename to test/models/network.ts diff --git a/test/plugins/auth/ldap.js b/test/plugins/auth/ldap.ts similarity index 100% rename from test/plugins/auth/ldap.js rename to test/plugins/auth/ldap.ts diff --git a/test/plugins/clientCertificate.js b/test/plugins/clientCertificate.ts similarity index 100% rename from test/plugins/clientCertificate.js rename to test/plugins/clientCertificate.ts diff --git a/test/plugins/inputs/indexTest.js b/test/plugins/inputs/indexTest.ts similarity index 100% rename from test/plugins/inputs/indexTest.js rename to test/plugins/inputs/indexTest.ts diff --git a/test/plugins/link.js b/test/plugins/link.ts similarity index 100% rename from test/plugins/link.js rename to test/plugins/link.ts diff --git a/test/plugins/packages/indexTest.js b/test/plugins/packages/indexTest.ts similarity index 100% rename from test/plugins/packages/indexTest.js rename to test/plugins/packages/indexTest.ts diff --git a/test/plugins/sqlite.js b/test/plugins/sqlite.ts similarity index 100% rename from test/plugins/sqlite.js rename to test/plugins/sqlite.ts diff --git a/test/plugins/storage.js b/test/plugins/storage.ts similarity index 100% rename from test/plugins/storage.js rename to test/plugins/storage.ts