Sha256: adb3bbdaada5bccae88910e3eddf766617ebc1678c17c8477c414d42f329db47

Contents?: true

Size: 173 Bytes

Versions: 9

Compression:

Stored size: 173 Bytes

Contents

import { name } from "~/index";

describe("<%= options.package_name %>", () => {
  test("passes", () => {
    expect(name).toEqual("<%= options.package_name %>");
  });
});

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dopstick-0.0.12 lib/dopstick/generator/npm/templates/index_test.erb
dopstick-0.0.11 lib/dopstick/generator/npm/templates/index_test.erb
dopstick-0.0.10 lib/dopstick/generator/npm/templates/index_test.erb
dopstick-0.0.9 lib/dopstick/generator/npm/templates/index_test.erb
dopstick-0.0.8 lib/dopstick/generator/npm/templates/index_test.erb
dopstick-0.0.7 lib/dopstick/generator/npm/templates/index_test.erb
dopstick-0.0.6 lib/dopstick/generator/npm/templates/index_test.erb
dopstick-0.0.5 lib/dopstick/generator/npm/templates/index_test.erb
dopstick-0.0.4 lib/dopstick/generator/npm/templates/index_test.erb