File: drop-some-tests.patch

package info (click to toggle)
node-buble 0.20.0%2B~0.20.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,336 kB
  • sloc: javascript: 12,767; makefile: 30; sh: 12
file content (17 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: drop test incompatible with new acorn
Author: Yadd <yadd@debian.org>
Forwarded: no
Last-Update: 2022-11-02

--- a/test/samples/dynamic-import.js
+++ /dev/null
@@ -1,9 +0,0 @@
-module.exports = [
-	{
-		description: 'support dynamic import',
-		options: { transforms: { moduleImport: false } },
-		input: `import('./module.js')`,
-		output: `import('./module.js')`
-	}
-
-];