Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ember-learn/ember-jsonapi-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 09fb7abbc385b0c4dde972b5432f5132ecf2c6a3
Choose a base ref
..
head repository: ember-learn/ember-jsonapi-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dbda6ff2f24c925c45a2968218881f7109625e94
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 test/markup-test.js
1 change: 0 additions & 1 deletion test/markup-test.js
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ const inputFiles = readdirSync('./test/mocks/input');
describe('markup', () => {
for (let file of inputFiles) {
it(`render correct syntax for ${file}`, function () {

const inputFile = readFileSync(join('./test/mocks/input', file), 'utf-8');
const outputFile = readFileSync(join('./test/mocks/output', file), 'utf-8');