Skip to content

Commit

Permalink
fix: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Siemon committed Jul 28, 2023
1 parent 00eaaee commit 180db8a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'smart-fs';
import path from 'path';
import fs from 'smart-fs';

export default ({
name: '@blackflux/robo-config-plugin',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path';
import { describe } from 'node-tdd';
import objectScan from 'object-scan';
import get from 'lodash.get';
import path from 'path';
import fs from 'smart-fs';
import { expect } from 'chai';
import resolver from '../serverless/.base/resolver.js';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path';
import { describe } from 'node-tdd';
import { expect } from 'chai';
import fs from 'smart-fs';
import path from 'path';
import deepmerge from 'deepmerge';

describe('Testing dynamodb serverless configuration', { envVarsFile: './env-vars.yml' }, () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path';
import { describe } from 'node-tdd';
import objectScan from 'object-scan';
import get from 'lodash.get';
import path from 'path';
import fs from 'smart-fs';
import { expect } from 'chai';
import resolver from '../serverless/.base/resolver.js';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path';
import { describe } from 'node-tdd';
import { expect } from 'chai';
import fs from 'smart-fs';
import path from 'path';
import deepmerge from 'deepmerge';

describe('Testing dynamodb serverless configuration', { envVarsFile: './env-vars.yml' }, () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path';
import { describe } from 'node-tdd';
import objectScan from 'object-scan';
import get from 'lodash.get';
import path from 'path';
import fs from 'smart-fs';
import { expect } from 'chai';
import resolver from '../serverless/.base/resolver.js';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path';
import { describe } from 'node-tdd';
import objectScan from 'object-scan';
import get from 'lodash.get';
import path from 'path';
import fs from 'smart-fs';
import { expect } from 'chai';
import resolver from '../serverless/.base/resolver.js';
Expand Down

0 comments on commit 180db8a

Please sign in to comment.