Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
The imported module is no longer used.
  • Loading branch information
clekstro committed Mar 27, 2017
1 parent a62c6cd commit 99b4e6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/acceptance/addon-smoke-test-slow.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const fs = require('fs-extra');
const spawn = require('child_process').spawn;
const chalk = require('chalk');

const symlinkOrCopySync = require('symlink-or-copy').sync;
const runCommand = require('../helpers/run-command');
const ember = require('../helpers/ember');
const copyFixtureFiles = require('../helpers/copy-fixture-files');
Expand Down

0 comments on commit 99b4e6a

Please sign in to comment.