From 0c3b578b9496d78a5ef9dfec6d4bfa4c6e3de74d Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Sun, 22 Dec 2019 15:48:52 +0100 Subject: [PATCH] fix test --- test/function/samples/external-synthetic-exports/_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/function/samples/external-synthetic-exports/_config.js b/test/function/samples/external-synthetic-exports/_config.js index f9cdc20268e..bd60de83d00 100644 --- a/test/function/samples/external-synthetic-exports/_config.js +++ b/test/function/samples/external-synthetic-exports/_config.js @@ -20,7 +20,7 @@ module.exports = { code: 'EXTERNAL_SYNTHETIC_EXPORTS', importer: 'main.js', source: 'dep', - message: "External 'dep' can not have 'syntheticNamedExports' enabled" + message: "External 'dep' can not have 'syntheticNamedExports' enabled." } ], context: {