mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-14 20:52:27 +03:00
change @local to @~local
This commit is contained in:
@@ -1 +1 @@
|
||||
module.exports = require('@local/config/babel');
|
||||
module.exports = require('@~local/config/babel');
|
||||
|
||||
@@ -1 +1 @@
|
||||
module.exports = require('@local/config/jest');
|
||||
module.exports = require('@~local/config/jest');
|
||||
|
||||
@@ -1 +1 @@
|
||||
module.exports = require('@local/config/playwright');
|
||||
module.exports = require('@~local/config/playwright');
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
const { terser: rollupTerser } = require('rollup-plugin-terser');
|
||||
const { summary } = require('rollup-plugin-summary');
|
||||
const createRollupConfig = require('@local/rollup');
|
||||
const createRollupConfig = require('@~local/rollup');
|
||||
const { devDependencies, peerDependencies, version } = require('./package.json');
|
||||
|
||||
module.exports = createRollupConfig({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { playwrightRollup } from '@local/playwright-tooling';
|
||||
import { playwrightRollup } from '@~local/playwright-tooling';
|
||||
import { test } from '@playwright/test';
|
||||
import { InternalEnvironment } from 'environment';
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
timeout,
|
||||
setTestResult,
|
||||
waitForOrFailTest,
|
||||
} from '@local/browser-testing';
|
||||
} from '@~local/browser-testing';
|
||||
import {
|
||||
appendChildren,
|
||||
createDiv,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { playwrightRollup, expectSuccess } from '@local/playwright-tooling';
|
||||
import { playwrightRollup, expectSuccess } from '@~local/playwright-tooling';
|
||||
import { test } from '@playwright/test';
|
||||
|
||||
playwrightRollup();
|
||||
|
||||
@@ -9,7 +9,7 @@ import {
|
||||
timeout,
|
||||
setTestResult,
|
||||
waitForOrFailTest,
|
||||
} from '@local/browser-testing';
|
||||
} from '@~local/browser-testing';
|
||||
import { hasDimensions, offsetSize, WH, style } from 'support';
|
||||
import { addPlugin, sizeObserverPlugin } from 'plugins';
|
||||
import { createSizeObserver } from 'observers/sizeObserver';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { playwrightRollup, expectSuccess } from '@local/playwright-tooling';
|
||||
import { playwrightRollup, expectSuccess } from '@~local/playwright-tooling';
|
||||
import { test } from '@playwright/test';
|
||||
|
||||
playwrightRollup();
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import {
|
||||
timeout,
|
||||
setTestResult,
|
||||
waitForOrFailTest,
|
||||
} from '@local/browser-testing';
|
||||
} from '@~local/browser-testing';
|
||||
import { offsetSize } from 'support';
|
||||
import { createTrinsicObserver } from 'observers/trinsicObserver';
|
||||
import { addPlugin, sizeObserverPlugin } from 'plugins';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { playwrightRollup, expectSuccess } from '@local/playwright-tooling';
|
||||
import { playwrightRollup, expectSuccess } from '@~local/playwright-tooling';
|
||||
import { test } from '@playwright/test';
|
||||
|
||||
playwrightRollup();
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { playwrightRollup, expectSuccess } from '@local/playwright-tooling';
|
||||
import { playwrightRollup, expectSuccess } from '@~local/playwright-tooling';
|
||||
import { test } from '@playwright/test';
|
||||
|
||||
playwrightRollup();
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
import './index.scss';
|
||||
import 'index.scss';
|
||||
import should from 'should';
|
||||
import { timeout, setTestResult, waitForOrFailTest, resize } from '@local/browser-testing';
|
||||
import { timeout, setTestResult, waitForOrFailTest, resize } from '@~local/browser-testing';
|
||||
import { OverlayScrollbars } from 'overlayscrollbars';
|
||||
import { addClass, each, isArray, removeAttr, style } from 'support';
|
||||
import { addPlugin, scrollbarsHidingPlugin, sizeObserverPlugin } from 'plugins';
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { playwrightRollup, expectSuccess } from '@local/playwright-tooling';
|
||||
import { playwrightRollup, expectSuccess } from '@~local/playwright-tooling';
|
||||
import { test } from '@playwright/test';
|
||||
|
||||
playwrightRollup();
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { playwrightRollup, expectSuccess } from '@local/playwright-tooling';
|
||||
import { playwrightRollup, expectSuccess } from '@~local/playwright-tooling';
|
||||
import { test } from '@playwright/test';
|
||||
|
||||
playwrightRollup();
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import {
|
||||
timeout,
|
||||
setTestResult,
|
||||
waitForOrFailTest,
|
||||
} from '@local/browser-testing';
|
||||
} from '@~local/browser-testing';
|
||||
import {
|
||||
assignDeep,
|
||||
clientSize,
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { playwrightRollup, expectSuccess } from '@local/playwright-tooling';
|
||||
import { playwrightRollup, expectSuccess } from '@~local/playwright-tooling';
|
||||
import { test, Page } from '@playwright/test';
|
||||
|
||||
playwrightRollup();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "@local/tsconfig",
|
||||
"extends": "@~local/tsconfig",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user