From dabd59569c23bc55f5cccfb4949df1e6defc88c1 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Fri, 16 Nov 2018 20:08:50 -0800 Subject: [PATCH] fix(core): rename maker fixtures so they will get compiled by babel/typescript (#630) --- .../fixture/{maker-incompatible.js => maker-incompatible.ts} | 1 - .../test/fixture/{maker-unsupported.js => maker-unsupported.ts} | 0 2 files changed, 1 deletion(-) rename packages/api/core/test/fixture/{maker-incompatible.js => maker-incompatible.ts} (99%) rename packages/api/core/test/fixture/{maker-unsupported.js => maker-unsupported.ts} (100%) diff --git a/packages/api/core/test/fixture/maker-incompatible.js b/packages/api/core/test/fixture/maker-incompatible.ts similarity index 99% rename from packages/api/core/test/fixture/maker-incompatible.js rename to packages/api/core/test/fixture/maker-incompatible.ts index 9a6daa7663..e06a258a3d 100644 --- a/packages/api/core/test/fixture/maker-incompatible.js +++ b/packages/api/core/test/fixture/maker-incompatible.ts @@ -1,4 +1,3 @@ - export default class Maker { // Just so the maker isn't excluded platforms = [process.platform]; diff --git a/packages/api/core/test/fixture/maker-unsupported.js b/packages/api/core/test/fixture/maker-unsupported.ts similarity index 100% rename from packages/api/core/test/fixture/maker-unsupported.js rename to packages/api/core/test/fixture/maker-unsupported.ts