Skip to content

Commit

Permalink
refactor(compartment-mapper): Remove symlink test from main integrati…
Browse files Browse the repository at this point in the history
…on test
  • Loading branch information
kriskowal committed Dec 8, 2021
1 parent 2a0ee33 commit 3bbe180
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions packages/compartment-mapper/test/test-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const assertFixture = (t, { namespace, globals, globalLexicals }) => {
brooke,
clarke,
danny,
evan,
builtin,
receivedGlobalProperty,
receivedGlobalLexical,
Expand All @@ -29,7 +28,6 @@ const assertFixture = (t, { namespace, globals, globalLexicals }) => {
t.is(brooke, 'Brooke', 'exports brooke');
t.is(clarke, 'Clarke', 'exports clarke');
t.is(danny, 'Danny', 'exports danny');
t.is(evan, 'Evan', 'exports evan');

t.is(builtin, 'builtin', 'exports builtin');

Expand Down Expand Up @@ -57,7 +55,7 @@ const assertFixture = (t, { namespace, globals, globalLexicals }) => {
t.is(typehybrid, 42, 'type=module and module= package carries exports');
};

const fixtureAssertionCount = 12;
const fixtureAssertionCount = 11;

scaffold('fixture-0', test, fixture, assertFixture, fixtureAssertionCount);

Expand Down

0 comments on commit 3bbe180

Please sign in to comment.