fixup! Generate tests

This commit is contained in:
Leo Balter 2018-10-04 15:18:09 -04:00 committed by Rick Waldron
parent a7ba033337
commit 754fe94c5d
12 changed files with 12 additions and 24 deletions

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
async-iteration]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, async-iteration]
flags: [generated, async]
includes: [propertyHelper.js]
info: |

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions after a static async method in the same line)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
async-functions]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, async-functions]
flags: [generated, async]
includes: [propertyHelper.js]
info: |

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions followed by a method in a new line with a semicolon)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
generators]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, generators]
flags: [generated]
includes: [propertyHelper.js]
info: |

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions after an async generator in the same line)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
async-iteration]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, async-iteration]
flags: [generated, async]
includes: [propertyHelper.js]
info: |

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions after an async method in the same line)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
async-functions]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, async-functions]
flags: [generated, async]
includes: [propertyHelper.js]
info: |

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions followed by a generator method in the same line)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
generators]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, generators]
flags: [generated]
includes: [propertyHelper.js]
info: |

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions after a static async generator in the same line)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
async-iteration]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, async-iteration]
flags: [generated, async]
includes: [propertyHelper.js]
info: |

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions after a static async method in the same line)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
async-functions]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, async-functions]
flags: [generated, async]
includes: [propertyHelper.js]
info: |

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions followed by a method in a new line with a semicolon)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
generators]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, generators]
flags: [generated]
includes: [propertyHelper.js]
info: |

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions after an async generator in the same line)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
async-iteration]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, async-iteration]
flags: [generated, async]
includes: [propertyHelper.js]
info: |

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions after an async method in the same line)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
async-functions]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, async-functions]
flags: [generated, async]
includes: [propertyHelper.js]
info: |

View File

@ -4,8 +4,7 @@
/*---
description: static private methods with fields (field definitions followed by a generator method in the same line)
esid: prod-FieldDefinition
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public,
generators]
features: [class-static-methods-private, class-static-fields-private, class, class-fields-public, generators]
flags: [generated]
includes: [propertyHelper.js]
info: |